diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-25 18:25:16 +0200 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-25 18:25:16 +0200 |
| commit | dc8ad3b59e41ffce53541411649b6838e905b8b5 (patch) | |
| tree | f3d4aa18dc4777f0028baf75e0ec44cdca366bac /src/Daemon/CommLayerServerDBus.cpp | |
| parent | 58e6c582c3103dac17f5575c6bd17ee7c0784f05 (diff) | |
| download | abrt-dc8ad3b59e41ffce53541411649b6838e905b8b5.tar.gz abrt-dc8ad3b59e41ffce53541411649b6838e905b8b5.tar.xz abrt-dc8ad3b59e41ffce53541411649b6838e905b8b5.zip | |
more sensible logging
comm_layer_inner_debug was jumping through the hoops
in order to simply send a message to stderr.
this can be made much simpler.
also, set logmode to LOGMODE_SYSLOG in abrt daemon,
making its log visible if it is daemonized.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Daemon/CommLayerServerDBus.cpp')
| -rw-r--r-- | src/Daemon/CommLayerServerDBus.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Daemon/CommLayerServerDBus.cpp b/src/Daemon/CommLayerServerDBus.cpp index db78cd3..022d480 100644 --- a/src/Daemon/CommLayerServerDBus.cpp +++ b/src/Daemon/CommLayerServerDBus.cpp @@ -1,7 +1,7 @@ -#include "abrtlib.h" -#include "CommLayerServerDBus.h" #include <iostream> +#include "abrtlib.h" #include "ABRTException.h" +#include "CommLayerServerDBus.h" void attach_dbus_dispatcher_to_glib_main_context() { |
