OSDN Git Service

* dll_init.cc (dll_list::alloc): Fix debugging output.
authorcgf <cgf>
Tue, 18 Jul 2000 02:26:46 +0000 (02:26 +0000)
committercgf <cgf>
Tue, 18 Jul 2000 02:26:46 +0000 (02:26 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/dll_init.cc

index 2926643..3dff4fa 100644 (file)
@@ -1,3 +1,7 @@
+Mon Jul 17 22:21:34 2000  Christopher Faylor <cgf@cygnus.com>
+
+       * dll_init.cc (dll_list::alloc): Fix debugging output.
+
 Mon Jul 17 14:57:53 2000  Christopher Faylor <cgf@cygnus.com>
 
        Throughout, eliminate third argument to path_conv and use new PC_*
index f525a10..fc1b291 100644 (file)
@@ -145,7 +145,7 @@ dll_list::alloc (HINSTANCE h, per_process *p, dll_type type)
   if (d == NULL)
     {                  /* Nope. */
 #ifdef DEBUGGING
-      system_printf ("VirtualAlloc failed for %E");
+      system_printf ("VirtualAlloc failed, %E");
 #endif
       __seterrno ();
       return NULL;