From 1665ce52862e8252ee47b05ceead571f390962b4 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 6 Mar 2009 21:58:18 +0100 Subject: added the log parameter to the event log, trying to make categories work --- tests/log/test_log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/log') diff --git a/tests/log/test_log.c b/tests/log/test_log.c index 2e2a28a..121f257 100644 --- a/tests/log/test_log.c +++ b/tests/log/test_log.c @@ -10,7 +10,7 @@ int main( void ) { WOLF_LOG_SYSLOG_DEFAULT_OPTIONS ); #endif #if defined WOLF_LOG_HAVE_EVENTLOG - wolf_log_openlogtoeventlog( NULL, "wolf_log_test", WOLF_LOG_NOTICE ); + wolf_log_openlogtoeventlog( NULL, "Application", "wolf_log_test", WOLF_LOG_NOTICE ); #endif WOLF_LOG( WOLF_LOG_NOTICE, "Started the logger" ); -- cgit v1.2.3-54-g00ecf