downgrade failed history/undo stack to info message
This commit is contained in:
parent
742e113a7b
commit
524fb8df49
@ -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 ;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user