X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=source%2Fcore%2Futil%2FComponentManager.cpp;h=9f486a66e2b14c763eca1c423c9a30179657408a;hb=0c533bf948a63d134c8001e16b15194b197cb99a;hp=97bb7a156c00d972d7e7395ff2d2ebadc5610163;hpb=93366a0bda79e6fd6e7dad6316bfcf8cc82f5731;p=anna.git diff --git a/source/core/util/ComponentManager.cpp b/source/core/util/ComponentManager.cpp index 97bb7a1..9f486a6 100644 --- a/source/core/util/ComponentManager.cpp +++ b/source/core/util/ComponentManager.cpp @@ -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); )