]> git.siccegge.de Git - frida/frida.git/blobdiff - src/gui/Mainwindow.cxx
User proper hirarchial names for loggers
[frida/frida.git] / src / gui / Mainwindow.cxx
index 269f3e7359d7c82b89e613c011d6f614097cee0a..f28f1e25a23161630c985e52319ab13d74582660 100644 (file)
@@ -19,7 +19,7 @@
 
 Mainwindow::Mainwindow(InformationManager* mgr)
        : manager(mgr)
-       , logger(log4cxx::Logger::getLogger("Mainwindow")) {
+       , logger(log4cxx::Logger::getLogger("gui.Mainwindow")) {
        openAction = new QAction(tr("&Open"), this);
        loadAction = new QAction(tr("&Load"), this);
        saveAction = new QAction(tr("&Save"), this);