Use info stream for infoey things.
git-svn-id: svn://localhost/ardour2/branches/3.0@5867 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f820456bb7
commit
20eb826764
@ -619,7 +619,7 @@ bool
|
||||
Keyboard::load_keybindings (string path)
|
||||
{
|
||||
try {
|
||||
cerr << "Loading bindings from " << path << endl;
|
||||
info << "Loading bindings from " << path << endl;
|
||||
|
||||
Gtk::AccelMap::load (path);
|
||||
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -79,7 +79,7 @@ UIConfiguration::load_defaults ()
|
||||
|
||||
string rcfile = default_ui_rc_file.to_string();
|
||||
|
||||
cerr << string_compose (_("Loading default ui configuration file %1"), rcfile) << endl;
|
||||
info << string_compose (_("Loading default ui configuration file %1"), rcfile) << endl;
|
||||
|
||||
if (!tree.read (rcfile.c_str())) {
|
||||
error << string_compose(_("Ardour: cannot read default ui configuration file \"%1\""), rcfile) << endmsg;
|
||||
@ -109,7 +109,7 @@ UIConfiguration::load_state ()
|
||||
|
||||
string rcfile = default_ui_rc_file.to_string();
|
||||
|
||||
cerr << string_compose (_("Loading default ui configuration file %1"), rcfile) << endl;
|
||||
info << string_compose (_("Loading default ui configuration file %1"), rcfile) << endl;
|
||||
|
||||
if (!tree.read (rcfile.c_str())) {
|
||||
error << string_compose(_("Ardour: cannot read default ui configuration file \"%1\""), rcfile) << endmsg;
|
||||
@ -132,7 +132,7 @@ UIConfiguration::load_state ()
|
||||
|
||||
string rcfile = user_ui_rc_file.to_string();
|
||||
|
||||
cerr << string_compose (_("Loading user ui configuration file %1"), rcfile) << endl;
|
||||
info << string_compose (_("Loading user ui configuration file %1"), rcfile) << endl;
|
||||
|
||||
if (!tree.read (rcfile)) {
|
||||
error << string_compose(_("Ardour: cannot read ui configuration file \"%1\""), rcfile) << endmsg;
|
||||
|
Loading…
Reference in New Issue
Block a user