downgrade failed history/undo stack to info message
authorRobin Gareus <robin@gareus.org>
Tue, 17 May 2016 16:18:34 +0000 (18:18 +0200)
committerRobin Gareus <robin@gareus.org>
Tue, 17 May 2016 16:18:34 +0000 (18:18 +0200)
libs/ardour/session_command.cc

index f2909ea10dce3f4927b68d7ad23c11ea9e91a6d4..1f78d7ed12a3496b89cd0b9f44b9c35ec50b11df 100644 (file)
@@ -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 ;
 }