summaryrefslogtreecommitdiff
path: root/libs/ardour/session_state.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@glw.com>2009-10-27 21:12:35 +0000
committerBen Loftis <ben@glw.com>2009-10-27 21:12:35 +0000
commit6a0469c10d7c1a6171bd19881e10be058ca6936f (patch)
treebe9728c6de79525086d269c163f806635a153f9d /libs/ardour/session_state.cc
parent246f2a52382d7773e01a9cff69e1598a9a7bd91c (diff)
some checkins inspired by drobilla commits 5865 and 5866. allow more vertical layout of ladspa bools
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5951 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/session_state.cc')
-rw-r--r--libs/ardour/session_state.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc
index 0fde43b5a8..8fcec6864f 100644
--- a/libs/ardour/session_state.cc
+++ b/libs/ardour/session_state.cc
@@ -3184,7 +3184,7 @@ Session::restore_history (string snapshot_name)
/* read xml */
xmlpath = _path + snapshot_name + ".history";
- cerr << string_compose(_("Loading history from '%1'."), xmlpath) << endmsg;
+ info << string_compose(_("Loading history from '%1'."), xmlpath) << endmsg;
if (!Glib::file_test (xmlpath, Glib::FILE_TEST_EXISTS)) {
return 1;