From 7bdac909466263335c13daa824b17ca3d6f75ef6 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 17 Sep 2009 15:39:23 +0200 Subject: factored out dbus init from CommLayerServerDBus.cpp to lib/Utils/abrt_dbus.cpp this will allow me to reuse this code for applet Signed-off-by: Denys Vlasenko --- lib/Utils/logging.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/Utils/logging.cpp') diff --git a/lib/Utils/logging.cpp b/lib/Utils/logging.cpp index d79ded5..f70d23f 100644 --- a/lib/Utils/logging.cpp +++ b/lib/Utils/logging.cpp @@ -8,6 +8,8 @@ int xfunc_error_retval = EXIT_FAILURE; +int g_verbose; + void xfunc_die(void) { exit(xfunc_error_retval); -- cgit