summaryrefslogtreecommitdiff
path: root/tests/log
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-06 21:58:18 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-06 21:58:18 +0100
commit1665ce52862e8252ee47b05ceead571f390962b4 (patch)
tree54e5c1dbde8efdba0a1e15d940da6b33ce9573ad /tests/log
parent21bc6e35692b1ccd227c120273623c602c40ba4b (diff)
downloadwolfbones-1665ce52862e8252ee47b05ceead571f390962b4.tar.gz
wolfbones-1665ce52862e8252ee47b05ceead571f390962b4.tar.bz2
added the log parameter to the event log, trying to make categories work
Diffstat (limited to 'tests/log')
-rw-r--r--tests/log/test_log.c2
1 files changed, 1 insertions, 1 deletions
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" );