X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fsession_command.cc;h=89dabbdcbfb3a8bfce4aad5ebc2278ddc055eb2d;hb=5fcea5833df6f8562126683521f3c2ad6cb9f1e9;hp=18f282f569c0987028e240a527f096c8c67eb879;hpb=b7a9f3c6b56c5945028ad868fee36fd9f50e9944;p=ardour.git diff --git a/libs/ardour/session_command.cc b/libs/ardour/session_command.cc index 18f282f569..89dabbdcbf 100644 --- a/libs/ardour/session_command.cc +++ b/libs/ardour/session_command.cc @@ -80,7 +80,7 @@ Session::memento_command_factory(XMLNode *n) } if (!child) { - error << string_compose (_("Tried to reconstitute a MementoCommand with no contents, failing. id=%1"), id.to_s()) << endmsg; + info << string_compose (_("Tried to reconstitute a MementoCommand with no contents, failing. id=%1"), id.to_s()) << endmsg; return 0; } @@ -142,7 +142,7 @@ Session::memento_command_factory(XMLNode *n) } /* we failed */ - info << string_compose (_("could not reconstitute MementoCommand from XMLNode. object type = %1 id = %2"), type_name, id.to_s()) << endmsg; + info << string_compose (_("Could not reconstitute MementoCommand from XMLNode. object type = %1 id = %2"), type_name, id.to_s()) << endmsg; return 0 ; } @@ -175,8 +175,8 @@ Session::stateful_diff_command_factory (XMLNode* n) /* we failed */ - error << string_compose ( - _("could not reconstitute StatefulDiffCommand from XMLNode. object type = %1 id = %2"), type_name, id.to_s()) + info << string_compose ( + _("Could not reconstitute StatefulDiffCommand from XMLNode. object type = %1 id = %2"), type_name, id.to_s()) << endmsg; return 0;