From 9c323c59ef8637ee418785fb26d76770909d5b63 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 20 Jul 2016 16:34:00 -0400 Subject: messages sent to info/warning/error/fatal should end with endmsg, not endl --- 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 ebe5501070..7fc2f5105b 100644 --- a/libs/ardour/rc_configuration.cc +++ b/libs/ardour/rc_configuration.cc @@ -89,7 +89,7 @@ RCConfiguration::load_state () } if (statbuf.st_size != 0) { - info << string_compose (_("Loading system configuration file %1"), rcfile) << endl; + info << string_compose (_("Loading system configuration file %1"), rcfile) << endmsg; XMLTree tree; if (!tree.read (rcfile.c_str())) { @@ -117,7 +117,7 @@ RCConfiguration::load_state () } if (statbuf.st_size != 0) { - info << string_compose (_("Loading user configuration file %1"), rcfile) << endl; + info << string_compose (_("Loading user configuration file %1"), rcfile) << endmsg; XMLTree tree; if (!tree.read (rcfile)) { -- cgit v1.2.3