summaryrefslogtreecommitdiffstats
path: root/client/application.cpp
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2010-05-11 13:20:02 +0200
committerGerd Hoffmann <kraxel@redhat.com>2010-05-19 11:22:07 +0200
commit08927fabe57c17086fe3bce3a9ca166e2309349e (patch)
treeb785c96ea32c7b6458632bb7cdeb048e0832fa4d /client/application.cpp
parent230356858178efaeec2dc5a9088c4fc675b178eb (diff)
downloadspice-08927fabe57c17086fe3bce3a9ca166e2309349e.tar.gz
spice-08927fabe57c17086fe3bce3a9ca166e2309349e.tar.xz
spice-08927fabe57c17086fe3bce3a9ca166e2309349e.zip
[debug] migration troubleshooting
Diffstat (limited to 'client/application.cpp')
-rw-r--r--client/application.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/application.cpp b/client/application.cpp
index 4eb8ac88..74f55437 100644
--- a/client/application.cpp
+++ b/client/application.cpp
@@ -2110,7 +2110,7 @@ void Application::init_logger()
}
log4cpp::Category& root = log4cpp::Category::getRoot();
-#ifdef RED_DEBUG
+#if 1 // RED_DEBUG
root.setPriority(log4cpp::Priority::DEBUG);
root.removeAllAppenders();
root.addAppender(new log4cpp::FileAppender("_", fd));