X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=source%2Fapp%2FApplication.cpp;h=d4a9570626c78f7516006b6815f155dee83da8a9;hb=3b2bc9873ddd3fa3418046fe6b1c320552d34b23;hp=bf5d6b703568e5e72f2394fd5a03cfaf0f7f886a;hpb=93366a0bda79e6fd6e7dad6316bfcf8cc82f5731;p=anna.git diff --git a/source/app/Application.cpp b/source/app/Application.cpp index bf5d6b7..d4a9570 100644 --- a/source/app/Application.cpp +++ b/source/app/Application.cpp @@ -82,7 +82,6 @@ app::Application::Application(const char* shortName, const char* title, const ch app::Component* app::Application::find(const char* className) throw() { Component* component; - for(iterator ii = begin(), maxii = end(); ii != maxii; ii ++) { component = Application::component(ii); @@ -274,8 +273,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;