summaryrefslogtreecommitdiff
path: root/gtk2_ardour/utils.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-11-13 15:11:07 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-11-13 15:11:07 +0000
commit98834c05324b6e5be70e642ef5b5d62f6d34334a (patch)
tree99fb84768e4b1958fb08ae807b872599f0a7e660 /gtk2_ardour/utils.cc
parent06fa1b73e581558ee1b21d0e313db8c2560d422e (diff)
remove a bunch of cerr output and/or convert to use error<<
git-svn-id: svn://localhost/ardour2/branches/3.0@13477 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/utils.cc')
-rw-r--r--gtk2_ardour/utils.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/utils.cc b/gtk2_ardour/utils.cc
index d383758002..7771aea650 100644
--- a/gtk2_ardour/utils.cc
+++ b/gtk2_ardour/utils.cc
@@ -549,7 +549,7 @@ get_icon (const char* cname)
} catch (const Gdk::PixbufError &e) {
cerr << "Caught PixbufError: " << e.what() << endl;
} catch (...) {
- g_message("Caught ... ");
+ error << string_compose (_("Caught exception while loading icon named %1"), cname) << endmsg;
}
return img;