app component inherits from core component. OamModule uses name instead of class...
[anna.git] / source / app / Application.cpp
index bf5d6b7..003f7ed 100644 (file)
@@ -274,8 +274,9 @@ throw(RuntimeException) {
 
   if(ii != end()) {
     LOGINFORMATION(
-      string msg((*ii)->asString());
-      msg += " | Was previously attached";
+      //string msg((*ii)->asString());
+      string msg((*ii)->getClassName());
+      msg += " | Was previously attached !";
       Logger::write(Logger::Information, msg, ANNA_FILE_LOCATION);
     )
     return;