From 0cd9f74fa5f16ff9573ae52a01296b90b02a9324 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Fri, 3 Sep 2004 01:53:12 +0000 Subject: Regularize most strace_prints throughout so that %E is always preceded by a comma and elminate most uses of "foo = %s" to "foo %s". --- winsup/cygwin/wait.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/wait.cc') diff --git a/winsup/cygwin/wait.cc b/winsup/cygwin/wait.cc index 4fa53bac6..7d1f13a53 100644 --- a/winsup/cygwin/wait.cc +++ b/winsup/cygwin/wait.cc @@ -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; } -- cgit v1.2.3