Testing library separation: now not in launcher but isolated
[anna.git] / source / core / util / ComponentManager.cpp
index 97bb7a1..9f486a6 100644 (file)
@@ -39,7 +39,8 @@ throw(anna::RuntimeException) {
 
   if(already) {
     LOGINFORMATION(
-      std::string msg(already->asString());
+      //std::string msg(already->asString());
+      std::string msg(already->getClassName());
       msg += " | Was previously attached !";
       anna::Logger::information(msg, ANNA_FILE_LOCATION);
     )