X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Fmswindows.c;h=d9942347216e4478448a5004e566b9cd70ade6c6;hb=550c39e714b2ddcde02de48823437018283895b3;hp=93eb71d1ebe60950db34164b650e67d3fd505511;hpb=10f290cdf30a8743e553c954e57a00922e4b5c97;p=wget diff --git a/src/mswindows.c b/src/mswindows.c index 93eb71d1..d9942347 100644 --- a/src/mswindows.c +++ b/src/mswindows.c @@ -709,7 +709,7 @@ run_with_timeout (double seconds, void (*fun) (void *), void *arg) &thread_arg, 0, &thread_id); if (!thread_hnd) { - DEBUGP (("CreateThread() failed; %s\n", strerror (GetLastError ()))); + DEBUGP (("CreateThread() failed; [0x%x]\n", GetLastError ())); goto blocking_fallback; }