From 4cdf07519a9582afa9d2deeb6d9f54597b8268a1 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 25 Dec 2013 02:13:50 +0100 Subject: bus: be a bit more verbose when debug mode is on --- src/bus-proxyd/bus-proxyd.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/bus-proxyd') diff --git a/src/bus-proxyd/bus-proxyd.c b/src/bus-proxyd/bus-proxyd.c index c4da8d6d7f..abc5014328 100644 --- a/src/bus-proxyd/bus-proxyd.c +++ b/src/bus-proxyd/bus-proxyd.c @@ -182,6 +182,9 @@ static int rename_service(sd_bus *b) { memset(arg_command_line_buffer + w, 0, m - w); } + log_debug("Running on behalf of PID %lu (%s), UID %lu (%s).", + (unsigned long) pid, p, + (unsigned long) uid, name); return 0; } -- cgit v1.2.3-54-g00ecf