summaryrefslogtreecommitdiff
path: root/tests/log
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-02 22:09:41 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-02 22:09:41 +0100
commitb81e8963158e3b20e2ef1273227cf6645b846f6d (patch)
tree0d408298ce730a8b58c8fca17f6dcfd8e959c543 /tests/log
parentc90b3de6b33722375d61c111ca7e26998534b147 (diff)
downloadwolfbones-b81e8963158e3b20e2ef1273227cf6645b846f6d.tar.gz
wolfbones-b81e8963158e3b20e2ef1273227cf6645b846f6d.tar.bz2
added computer and source to event log logging
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 7fa4721..2e2a28a 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_NOTICE );
+ wolf_log_openlogtoeventlog( NULL, "wolf_log_test", WOLF_LOG_NOTICE );
#endif
WOLF_LOG( WOLF_LOG_NOTICE, "Started the logger" );