summaryrefslogtreecommitdiffstats
path: root/src/Daemon/Daemon.h
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-09-17 19:24:53 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-09-17 19:24:53 +0200
commit751e7db6e39140cb7f0187dea32af949ce56fdb8 (patch)
treed817e917ce94a9f863eaffe85d5be37630389074 /src/Daemon/Daemon.h
parentb3cd99a13a2370f655cf8b8ff4944e3717456784 (diff)
parent3a4dc69c0e6e786aea00a38df01952ca5780bf82 (diff)
downloadabrt-751e7db6e39140cb7f0187dea32af949ce56fdb8.tar.gz
abrt-751e7db6e39140cb7f0187dea32af949ce56fdb8.tar.xz
abrt-751e7db6e39140cb7f0187dea32af949ce56fdb8.zip
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'src/Daemon/Daemon.h')
-rw-r--r--src/Daemon/Daemon.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/Daemon/Daemon.h b/src/Daemon/Daemon.h
index e03d983..c9a653a 100644
--- a/src/Daemon/Daemon.h
+++ b/src/Daemon/Daemon.h
@@ -28,16 +28,6 @@ class CCrashWatcher;
class CCommLayerServer;
class CPluginManager;
-/* Verbosity level */
-extern int g_verbose;
-/* VERB1 log("what you sometimes want to see, even on a production box") */
-#define VERB1 if (g_verbose >= 1)
-/* VERB2 log("debug message, not going into insanely small details") */
-#define VERB2 if (g_verbose >= 2)
-/* VERB3 log("lots and lots of details") */
-#define VERB3 if (g_verbose >= 3)
-/* there is no level > 3 */
-
/* Used for sending dbus signals */
extern CCommLayerServer *g_pCommLayer;