summaryrefslogtreecommitdiff
path: root/libs/ardour/session_state.cc
diff options
context:
space:
mode:
authorJesse Chappell <jesse@essej.net>2007-04-28 18:15:49 +0000
committerJesse Chappell <jesse@essej.net>2007-04-28 18:15:49 +0000
commit9b9ef58ebd31f707e3ac0ff1bc3e3b580d036fa6 (patch)
tree7137a1e4b3eaff8c32105776f4352d5e58cf69cb /libs/ardour/session_state.cc
parent41853ad9ea3afa76c06eed96972c7c11c5061d0f (diff)
changed redirect automation line colors to be more visible in default theme. removed debugging printout for session saving2.0
git-svn-id: svn://localhost/ardour2/trunk@1761 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 efd2d180f2..b499866395 100644
--- a/libs/ardour/session_state.cc
+++ b/libs/ardour/session_state.cc
@@ -689,7 +689,7 @@ Session::save_state (string snapshot_name, bool pending)
tmp_path += snapshot_name;
tmp_path += ".tmp";
- cerr << "actually writing state to " << xml_path << endl;
+ // cerr << "actually writing state to " << xml_path << endl;
if (!tree.write (tmp_path)) {
error << string_compose (_("state could not be saved to %1"), tmp_path) << endmsg;