diff options
Diffstat (limited to 'server/monitor')
-rw-r--r-- | server/monitor/monitor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/monitor/monitor.c b/server/monitor/monitor.c index fb5b9b91..3c393c97 100644 --- a/server/monitor/monitor.c +++ b/server/monitor/monitor.c @@ -650,7 +650,7 @@ static void identity_check(DBusPendingCall *pending, void *data) svc = svc->next; } if (!svc) { - DEBUG(0,("Unable to find peer in list of services, killing connection!\n")); + DEBUG(0,("Unable to find peer [%s] in list of services, killing connection!\n", svc_name)); sbus_disconnect(conn_ctx); goto done; } |