diff options
| author | Denys Vlasenko <dvlasenk@redhat.com> | 2011-01-21 00:44:39 +0100 |
|---|---|---|
| committer | Denys Vlasenko <dvlasenk@redhat.com> | 2011-01-21 00:44:39 +0100 |
| commit | a387e6c91cd45ffc35c03e42bde7ba926231de4b (patch) | |
| tree | 14f83cca9a0a81539de37dce061599b7063d52e0 /src/daemon/Daemon.cpp | |
| parent | 320724188859d96b0a974d9e84bacd49a614f97d (diff) | |
| download | abrt-a387e6c91cd45ffc35c03e42bde7ba926231de4b.tar.gz abrt-a387e6c91cd45ffc35c03e42bde7ba926231de4b.tar.xz abrt-a387e6c91cd45ffc35c03e42bde7ba926231de4b.zip | |
Remove CCrashWatcher and CObserver classes; merge libabrt_daemon into abrtd
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/daemon/Daemon.cpp')
| -rw-r--r-- | src/daemon/Daemon.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/daemon/Daemon.cpp b/src/daemon/Daemon.cpp index 7c063d9d..78ebafea 100644 --- a/src/daemon/Daemon.cpp +++ b/src/daemon/Daemon.cpp @@ -29,7 +29,6 @@ #include "comm_layer_inner.h" #include "Settings.h" #include "CommLayerServerDBus.h" -#include "CrashWatcher.h" #include "MiddleWare.h" #include "Daemon.h" #include "parse_options.h" @@ -624,12 +623,11 @@ int main(int argc, char** argv) GIOChannel* channel_signal = NULL; guint channel_signal_event_id = 0; bool pidfile_created = false; - CCrashWatcher watcher; /* Initialization */ try { - init_daemon_logging(&watcher); + init_daemon_logging(); VERB1 log("Loading settings"); if (load_settings() != 0) |
