Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-07-18 06:26:46 +0400
committerChristopher Faylor <me@cgf.cx>2000-07-18 06:26:46 +0400
commit49a16134147722d8ef1b5ce3cd0e2920ce33a890 (patch)
tree0d349f814b3aee06d8d0c2edd1ebf612e12efe73 /winsup/cygwin
parentb7be354a269da2fae07067fdd77a5d329f5c10eb (diff)
* dll_init.cc (dll_list::alloc): Fix debugging output.
Diffstat (limited to 'winsup/cygwin')
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/dll_init.cc2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 29266432b..3dff4fa30 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -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_*
diff --git a/winsup/cygwin/dll_init.cc b/winsup/cygwin/dll_init.cc
index f525a1070..fc1b291e2 100644
--- a/winsup/cygwin/dll_init.cc
+++ b/winsup/cygwin/dll_init.cc
@@ -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;