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 520271a..7fa4721 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( );
+ wolf_log_openlogtoeventlog( WOLF_LOG_NOTICE );
#endif
WOLF_LOG( WOLF_LOG_NOTICE, "Started the logger" );