[NeoStats-Devel] [Commits] r2732 - trunk/src
[email protected] Mon, 15 Aug 2005 06:15:30 +1000
| Newsgroups | gmane.comp.neostats.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: Mark
Date: Mon Aug 15 04:15:26 2005
New Revision: 2732
Modified:
trunk/src/log.c
Log:
more printf fixes for Win32
Modified: trunk/src/log.c
==============================================================================
--- trunk/src/log.c (original)
+++ trunk/src/log.c Mon Aug 15 04:15:26 2005
@@ -86,7 +86,9 @@
SET_SEGV_LOCATION();
logs = hash_create( -1, 0, 0 );
if( !logs ) {
+#ifndef WIN32
printf( "ERROR: Can't initialize log subsystem." );
+#endif /* WIN32 */
return NS_FAILURE;
}
return NS_SUCCESS;