summaryrefslogtreecommitdiffstats
path: root/daemon/echo.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/echo.c')
-rw-r--r--daemon/echo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/echo.c b/daemon/echo.c
index 5813e1c0..eb1d384b 100644
--- a/daemon/echo.c
+++ b/daemon/echo.c
@@ -410,7 +410,7 @@ int main(int argc, char *argv[])
conn = init_dbus_direct(addr);
if (!conn) {
- error("Connection to system bus failed");
+ error("Connection to bus failed");
g_main_loop_unref(main_loop);
exit(1);
}