Use info stream for infoey things.
[ardour.git] / gtk2_ardour / theme_manager.cc
index 740bf46078e445a5025c17c03af1b7c37a28623a..e0a56b4f538ff4dcbc50e612cd28b8c571e79977 100644 (file)
@@ -200,7 +200,7 @@ load_rc_file (const string& filename, bool themechange)
                return;
        }
 
-       cerr << "Loading ui configuration file " << rc_file_path.to_string() << endmsg;
+       info << "Loading ui configuration file " << rc_file_path.to_string() << endmsg;
 
        Gtkmm2ext::UI::instance()->load_rcfile (rc_file_path.to_string(), themechange);
 }