summaryrefslogtreecommitdiff
path: root/exec/exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'exec/exec.c')
-rw-r--r--exec/exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/exec/exec.c b/exec/exec.c
index fea23ed..b296f38 100644
--- a/exec/exec.c
+++ b/exec/exec.c
@@ -25,7 +25,7 @@ void log_execution(int argc, char *argv[])
}
openlog(PRIVEXEC_LOG_ID, LOG_PID, LOG_AUTH);
- syslog(LOG_INFO, "UID %jd running \"%s\"", (intmax_t)getuid(), cmd);
+ syslog(LOG_INFO, "UID %jd: %s", (intmax_t)getuid(), cmd);
closelog();
}