X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fbus-proxyd%2Fbus-proxyd.c;h=abc50143289ed79fe26d4a25bd5858ccd30c54c5;hb=4cdf07519a9582afa9d2deeb6d9f54597b8268a1;hp=c4da8d6d7f26493b9fc4efebb55bb585094019aa;hpb=33649f58afe3e8b09580719fc16eca249d0efffc;p=elogind.git diff --git a/src/bus-proxyd/bus-proxyd.c b/src/bus-proxyd/bus-proxyd.c index c4da8d6d7..abc501432 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; }