summaryrefslogtreecommitdiff
path: root/libs/ardour/session_command.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-05-17 18:18:34 +0200
committerRobin Gareus <robin@gareus.org>2016-05-17 18:18:34 +0200
commit524fb8df49508c938dc0be72f75b63fc834dbb80 (patch)
tree75a6851e07ad24ac7fc7f5acb6a1e8683dc725c4 /libs/ardour/session_command.cc
parent742e113a7b5b4dba70a12c052af19ef859d7bcb5 (diff)
downgrade failed history/undo stack to info message
Diffstat (limited to 'libs/ardour/session_command.cc')
-rw-r--r--libs/ardour/session_command.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/session_command.cc b/libs/ardour/session_command.cc
index f2909ea10d..1f78d7ed12 100644
--- a/libs/ardour/session_command.cc
+++ b/libs/ardour/session_command.cc
@@ -145,7 +145,7 @@ Session::memento_command_factory(XMLNode *n)
}
/* we failed */
- error << string_compose (_("could not reconstitute MementoCommand from XMLNode. object type = %1 id = %2"), obj_T, id.to_s()) << endmsg;
+ info << string_compose (_("could not reconstitute MementoCommand from XMLNode. object type = %1 id = %2"), obj_T, id.to_s()) << endmsg;
return 0 ;
}