diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-12-09 16:06:55 +0100 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-12-09 16:06:55 +0100 |
| commit | e32ed17a382a2c7e9836a943aec81fc5db942024 (patch) | |
| tree | a101f06db2dc7818b0739ce6cd64026c1e116ae8 /src | |
| parent | 1ab4f7ab3ca04e0b8ba17eec75cf18345d6b3fbc (diff) | |
| download | abrt-e32ed17a382a2c7e9836a943aec81fc5db942024.tar.gz abrt-e32ed17a382a2c7e9836a943aec81fc5db942024.tar.xz abrt-e32ed17a382a2c7e9836a943aec81fc5db942024.zip | |
better wording to dbus error message (bug 106)
See https://fedorahosted.org/abrt/ticket/106
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/Daemon/CommLayerServerDBus.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Daemon/CommLayerServerDBus.cpp b/src/Daemon/CommLayerServerDBus.cpp index 646974d..7c2d465 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); } |
