summaryrefslogtreecommitdiffstats
path: root/src/Daemon
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-12-09 19:56:20 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2009-12-09 19:56:20 +0100
commit3f8e389b0777afd47bcc2fc4fe6001eced2ed54a (patch)
treef1f3efaf5993958f1f111716bf01e141d73888f1 /src/Daemon
parentc6ed808433148bd8a704b313010bd57bbaa381d1 (diff)
parentc6cfcc792147083ab41eb990f8ee4e3150cd5d75 (diff)
downloadabrt-3f8e389b0777afd47bcc2fc4fe6001eced2ed54a.tar.gz
abrt-3f8e389b0777afd47bcc2fc4fe6001eced2ed54a.tar.xz
abrt-3f8e389b0777afd47bcc2fc4fe6001eced2ed54a.zip
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'src/Daemon')
-rw-r--r--src/Daemon/CommLayerServerDBus.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Daemon/CommLayerServerDBus.cpp b/src/Daemon/CommLayerServerDBus.cpp
index 646974dd..7c2d4657 100644
--- a/src/Daemon/CommLayerServerDBus.cpp
+++ b/src/Daemon/CommLayerServerDBus.cpp
@@ -538,7 +538,8 @@ static void handle_dbus_err(bool error_flag, DBusError *err)
return;
error_msg_and_die(
"Error requesting DBus name %s, possible reasons: "
- "abrt run by non-root; dbus config is incorrect",
+ "abrt run by non-root; dbus config is incorrect; "
+ "or dbus daemon needs to be restarted to reload dbus config",
ABRTD_DBUS_NAME);
}