summaryrefslogtreecommitdiff
path: root/tests/log/test_log.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/log/test_log.c')
-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 a1352d6..48f2c2e 100644
--- a/tests/log/test_log.c
+++ b/tests/log/test_log.c
@@ -37,7 +37,7 @@ int main( void ) {
#endif
#if defined WOLF_LOG_HAVE_EVENTLOG
wolf_log_openlogtoeventlog( NULL, "Application", "wolf_log_test",
- "C:\\Temp\\testmsg.dll", 3, WOLF_LOG_NOTICE );
+ "C:\\Temp\\testmsg.dll", WOLF_LAST_INTERNAL_CATEGORY+1, WOLF_LOG_NOTICE );
#endif
/* parameters and levels */