summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-01-24 23:39:16 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-01-24 23:39:16 +0000
commit65167458cf20f3e1534faad3f76e9554a01f65df (patch)
tree72898d377062991c52e61630e51f694c4f7f48b9
parentb68ec936d7c8b934c9c415aefa2e508c581ccd45 (diff)
Change error message
-rw-r--r--daemon/echo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/echo.c b/daemon/echo.c
index 91d544c4..f49387a5 100644
--- a/daemon/echo.c
+++ b/daemon/echo.c
@@ -73,7 +73,7 @@ static void authorization_callback(DBusPendingCall *call, void *data)
dbus_error_init(&err);
if (dbus_set_error_from_message(&err, reply)) {
- error("Access to the service has been %s", err.message);
+ error("Access denied: %s", err.message);
dbus_error_free(&err);
} else {
info("Accepting incoming connection");