fix all manner of wrongness with port buffer offsets
[ardour.git] / gtk2_ardour / ui_config.cc
index e80c85da8ffd8f972e198c23e86eb4ca057d2623..b61ef1b5516b0c24e0b408406f21cd6472b1eb39 100644 (file)
@@ -134,7 +134,7 @@ UIConfiguration::load_state ()
 
                string rcfile = user_ui_rc_file.to_string();
 
-               info << string_compose (_("Loading user ui configuration file %1"), rcfile) << endl;
+               info << string_compose (_("Loading user ui configuration file %1"), rcfile) << endmsg;
 
                if (!tree.read (rcfile)) {
                        error << string_compose(_("cannot read ui configuration file \"%1\""), rcfile) << endmsg;