Regularize most strace_prints throughout so that %E is always preceded by a
comma and elminate most uses of "foo = %s" to "foo %s".
This commit is contained in:
@@ -117,6 +117,6 @@ wait4 (int intpid, int *status, int options, struct rusage *r)
|
||||
intpid, status, w->status, options, res);
|
||||
w->status = -1;
|
||||
if (res < 0)
|
||||
sigproc_printf ("*** errno = %d", get_errno ());
|
||||
sigproc_printf ("*** errno %d", get_errno ());
|
||||
return res;
|
||||
}
|
||||
|
Reference in New Issue
Block a user