chiark / gitweb /
bus: be a bit more verbose when debug mode is on
[elogind.git] / src / bus-proxyd / bus-proxyd.c
index c4da8d6d7f26493b9fc4efebb55bb585094019aa..abc50143289ed79fe26d4a25bd5858ccd30c54c5 100644 (file)
@@ -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;
 }