X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=common-src%2Fpipespawn.c;h=09553b6ce3db42d0112619ff341c2f67209b53e0;hb=d3b2175e084f88c8736ad7073eacbf4670147aec;hp=a56a1d48d92c605a5b25c45de03e7d24e76043d5;hpb=34197d9f46a5f4e944378cbb65fca32ee0eec7b9;p=debian%2Famanda diff --git a/common-src/pipespawn.c b/common-src/pipespawn.c index a56a1d4..09553b6 100644 --- a/common-src/pipespawn.c +++ b/common-src/pipespawn.c @@ -91,7 +91,7 @@ pipespawnv_passwd( * Log the command line and count the args. */ dbprintf(("%s: spawning %s in pipeline\n", debug_prefix_time(NULL), prog)); - dbprintf(("%s: argument list:", debug_prefix(NULL))); + dbprintf(("%s: argument list:", debug_prefix_time(NULL))); if ((pipedef & PASSWD_PIPE) != 0) { passwdvar = *my_argv++; passwdfd = (int *)*my_argv++;