summaryrefslogtreecommitdiff
path: root/tests/log
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-02 21:51:29 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-02 21:51:29 +0100
commitc90b3de6b33722375d61c111ca7e26998534b147 (patch)
tree44142377a192a1ac208a34de6e8b8b2ac2116667 /tests/log
parent140e2252be1a2263525ffb6811951c258b8cceea (diff)
downloadwolfbones-c90b3de6b33722375d61c111ca7e26998534b147.tar.gz
wolfbones-c90b3de6b33722375d61c111ca7e26998534b147.tar.bz2
trivial version of an event logger on Windows, works but not finished at all
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 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" );