2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

added a comment

This commit is contained in:
Todd C. Miller
1995-09-01 04:03:32 +00:00
parent 7785f5aa87
commit 0c690ddb86

View File

@@ -285,6 +285,7 @@ void log_error(code)
if (code != VALIDATE_ERROR && !(code & GLOBAL_PROBLEM)) {
/* stuff the command into the logline */
/* XXX - this could be sped up */
strcat(logline, cmnd);
strcat(logline, " ");
if (cmnd_args) {