From 524fb8df49508c938dc0be72f75b63fc834dbb80 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 17 May 2016 18:18:34 +0200 Subject: downgrade failed history/undo stack to info message --- libs/ardour/session_command.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/session_command.cc') 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 ; } -- cgit v1.2.3