downgrade failed history/undo stack to info message

This commit is contained in:
Robin Gareus 2016-05-17 18:18:34 +02:00
parent 742e113a7b
commit 524fb8df49

View 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 ;
}