X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fgui%2Fwidgets%2FFunctionWidget.cxx;h=ba96e5d4af18fe3732de18e9c9e9ef6a0f9e8b3c;hp=20d586df6eff9aff69d1921fcd4334c8af937520;hb=cab6494b97d1626c7b9285b69df324d9c9953614;hpb=8faf75cf61a49217385a0b769e42a2b70536b041 diff --git a/src/gui/widgets/FunctionWidget.cxx b/src/gui/widgets/FunctionWidget.cxx index 20d586d..ba96e5d 100644 --- a/src/gui/widgets/FunctionWidget.cxx +++ b/src/gui/widgets/FunctionWidget.cxx @@ -18,7 +18,7 @@ namespace { FunctionWidget::FunctionWidget(Function* function, Mainwindow* mainwindow) : function(function) , mainwindow(mainwindow) - , logger(log4cxx::Logger::getLogger("Mainwindow")) { + , logger(log4cxx::Logger::getLogger("gui.Mainwindow")) { // CFG CFGScene * scene = new CFGScene;