mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-26 15:08:17 +01:00
downgrade failed history/undo stack to info message
This commit is contained in:
parent
742e113a7b
commit
524fb8df49
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue