summaryrefslogtreecommitdiffstats
path: root/client/windows/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/windows/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/windows/main.cpp')
-rw-r--r--client/windows/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/windows/main.cpp b/client/windows/main.cpp
index 8c7166fa..a85acec9 100644
--- a/client/windows/main.cpp
+++ b/client/windows/main.cpp
@@ -92,7 +92,7 @@ int WINAPI WinMain(HINSTANCE hInstance,
exit_val = SPICEC_ERROR_CODE_ERROR;
}
- log4cpp::Category::shutdown();
+ spice_log_cleanup();
pthread_win32_process_detach_np();
return exit_val;