diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-17 15:39:23 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-17 15:39:23 +0200 |
commit | 7bdac909466263335c13daa824b17ca3d6f75ef6 (patch) | |
tree | 7ad23781d103929be66b3b73faefab00a470657b /lib/Utils/logging.cpp | |
parent | bb586580bee93c67f2b7b40c99d0a38ea02593c4 (diff) | |
download | abrt-7bdac909466263335c13daa824b17ca3d6f75ef6.tar.gz abrt-7bdac909466263335c13daa824b17ca3d6f75ef6.tar.xz abrt-7bdac909466263335c13daa824b17ca3d6f75ef6.zip |
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 <vda.linux@googlemail.com>
Diffstat (limited to 'lib/Utils/logging.cpp')
-rw-r--r-- | lib/Utils/logging.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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); |