]> sjero.net Git - wget/blobdiff - src/mswindows.c
[svn] Correctly print SSL errors.
[wget] / src / mswindows.c
index 93eb71d1ebe60950db34164b650e67d3fd505511..d9942347216e4478448a5004e566b9cd70ade6c6 100644 (file)
@@ -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;
     }