From 2796fff1c2084d829208b1a0d54f30f7a4a2665b Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 22 Mar 2009 09:48:15 +0100 Subject: removed more debug code in the W32 logger --- src/log/log.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/log') diff --git a/src/log/log.c b/src/log/log.c index 88e44e7..3939d41 100644 --- a/src/log/log.c +++ b/src/log/log.c @@ -603,7 +603,6 @@ static void map_placeholders_to_strings( char **msg_arr, */ break; } c++; -printf( ">>> %d %s\n", field, msg_arr[field-1] ); } } } @@ -751,7 +750,6 @@ void wolf_log( wolf_log_level_t level, int category_id, int message_id, const ch int nof_placeholders = compute_nof_placeholders( format ); LPSTR *msg_arr = (LPSTR *)malloc( sizeof( LPCTSTR ) * nof_placeholders ); -printf( "placeholders: %d %s\n", nof_placeholders, format ); va_start( ap, format ); map_placeholders_to_strings( msg_arr, format, ap ); va_end( ap ); -- cgit v1.2.3-54-g00ecf