X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fcore%2FInformationManager.cxx;fp=src%2Fcore%2FInformationManager.cxx;h=711d47a552cb466b78b5c69a49d86e0d89ec9741;hp=bee2a9eef9c9cbdd6e9ec66be681160f27fda9b5;hb=cab6494b97d1626c7b9285b69df324d9c9953614;hpb=8faf75cf61a49217385a0b769e42a2b70536b041 diff --git a/src/core/InformationManager.cxx b/src/core/InformationManager.cxx index bee2a9e..711d47a 100644 --- a/src/core/InformationManager.cxx +++ b/src/core/InformationManager.cxx @@ -13,7 +13,7 @@ InformationManager* current_information_manager; InformationManager::InformationManager() - : logger(log4cxx::Logger::getLogger("InformationManager")) + : logger(log4cxx::Logger::getLogger("core.InformationManager")) { current_information_manager = this; }