From f820456bb7615414b86851a8094e30f5d4c2c9a6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 22 Oct 2009 20:05:40 +0000 Subject: Use info stream for infoey things. git-svn-id: svn://localhost/ardour2/branches/3.0@5866 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/rc_configuration.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/ardour/rc_configuration.cc') diff --git a/libs/ardour/rc_configuration.cc b/libs/ardour/rc_configuration.cc index c7d39c5b99..f04c148ab7 100644 --- a/libs/ardour/rc_configuration.cc +++ b/libs/ardour/rc_configuration.cc @@ -90,7 +90,7 @@ RCConfiguration::load_state () } if (statbuf.st_size != 0) { - cerr << string_compose (_("Loading system configuration file %1"), rcfile) << endl; + info << string_compose (_("Loading system configuration file %1"), rcfile) << endl; if (!tree.read (rcfile.c_str())) { error << string_compose(_("Ardour: cannot read system configuration file \"%1\""), rcfile) << endmsg; @@ -125,7 +125,7 @@ RCConfiguration::load_state () } if (statbuf.st_size != 0) { - cerr << string_compose (_("Loading user configuration file %1"), rcfile) << endl; + info << string_compose (_("Loading user configuration file %1"), rcfile) << endl; if (!tree.read (rcfile)) { error << string_compose(_("Ardour: cannot read configuration file \"%1\""), rcfile) << endmsg; -- cgit v1.2.3