Update Spanish translation
[ardour.git] / libs / ardour / session_command.cc
index f2909ea10dce3f4927b68d7ad23c11ea9e91a6d4..a99738a613dea2bab463323c5ee49d23012a4613 100644 (file)
@@ -43,7 +43,7 @@ class Command;
 using namespace PBD;
 using namespace ARDOUR;
 
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 void Session::register_with_memento_command_factory(PBD::ID id, PBD::StatefulDestructible *ptr)
 {
@@ -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 ;
 }