summaryrefslogtreecommitdiffstats
path: root/client/x11/main.cpp
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-06-28 21:27:10 +0200
committerAlexander Larsson <alexl@redhat.com>2010-06-28 21:54:53 +0200
commit7e26ff3c2631a232ea3bc20ed842c47cc5db7526 (patch)
treee1edcffaa20237d7eb12ab77b73f53e9a983d0ff /client/x11/main.cpp
parentb08b80d13ff8a6822364e792391473dc53913dca (diff)
downloadspice-7e26ff3c2631a232ea3bc20ed842c47cc5db7526.tar.gz
spice-7e26ff3c2631a232ea3bc20ed842c47cc5db7526.tar.xz
spice-7e26ff3c2631a232ea3bc20ed842c47cc5db7526.zip
Replace log4cpp with custom log function
Also prints a simpler error to stderr for WARN or above so that we print something on the commandline if something go wrong.
Diffstat (limited to 'client/x11/main.cpp')
-rw-r--r--client/x11/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/x11/main.cpp b/client/x11/main.cpp
index 1b9bb893..4f49c705 100644
--- a/client/x11/main.cpp
+++ b/client/x11/main.cpp
@@ -21,7 +21,7 @@
static void cleanup()
{
- log4cpp::Category::shutdown();
+ spice_log_cleanup();
}
const char * version_str = VERSION;