summaryrefslogtreecommitdiff
path: root/src/bus-proxyd
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-12-25 02:13:50 +0100
committerLennart Poettering <lennart@poettering.net>2013-12-25 02:41:09 +0100
commit4cdf07519a9582afa9d2deeb6d9f54597b8268a1 (patch)
tree81732efeebd5b0abdd8ef487dc4ae6aab61ef5b2 /src/bus-proxyd
parent33649f58afe3e8b09580719fc16eca249d0efffc (diff)
bus: be a bit more verbose when debug mode is on
Diffstat (limited to 'src/bus-proxyd')
-rw-r--r--src/bus-proxyd/bus-proxyd.c3
1 files changed, 3 insertions, 0 deletions
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;
}