summaryrefslogtreecommitdiffstats
path: root/src/daemon/CommLayerServerDBus.cpp
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-02-22 18:17:13 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2011-02-22 18:17:13 +0100
commit72a31a2a391e6c37255ed08b3bdbf1c38f20d753 (patch)
tree98735c35fec0e9a3afafa721196054644cdcb404 /src/daemon/CommLayerServerDBus.cpp
parent6706eab0e92f9efde29a00b03e5cff2aa496dcf2 (diff)
downloadabrt-72a31a2a391e6c37255ed08b3bdbf1c38f20d753.tar.gz
abrt-72a31a2a391e6c37255ed08b3bdbf1c38f20d753.tar.xz
abrt-72a31a2a391e6c37255ed08b3bdbf1c38f20d753.zip
gui-wizard-gtk: add forward_page_func which skips analyze step when it is missing
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/daemon/CommLayerServerDBus.cpp')
-rw-r--r--src/daemon/CommLayerServerDBus.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/CommLayerServerDBus.cpp b/src/daemon/CommLayerServerDBus.cpp
index 2a02b051..133feb7b 100644
--- a/src/daemon/CommLayerServerDBus.cpp
+++ b/src/daemon/CommLayerServerDBus.cpp
@@ -488,7 +488,7 @@ int init_dbus()
//
// dbus-daemon drops connections if it recvs a malformed message
// (we actually observed this when we sent bad UTF-8 string).
- // Currently, in this case abrtd just exits with exitcode 1.
+ // Currently, in this case abrtd just exits with exit code 1.
// (symptom: last two log messages are "abrtd: remove_watch()")
// If we want to have better logging or other nontrivial handling,
// here we need to do: