summaryrefslogtreecommitdiff
path: root/tests/log
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-02-26 20:26:57 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-02-26 20:26:57 +0100
commit501aa50d06744cadeed3adc46bde461ceb5696e8 (patch)
tree2ec57022bd3eb0680fe64ece2f3ed16bb8ad30c2 /tests/log
parent82fc1db97e3718ad4a802f19448bd5b4ad16e988 (diff)
downloadwolfbones-501aa50d06744cadeed3adc46bde461ceb5696e8.tar.gz
wolfbones-501aa50d06744cadeed3adc46bde461ceb5696e8.tar.bz2
see now on Windows
Diffstat (limited to 'tests/log')
-rw-r--r--tests/log/test_log.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/log/test_log.c b/tests/log/test_log.c
index 318dfa2..714c71c 100644
--- a/tests/log/test_log.c
+++ b/tests/log/test_log.c
@@ -16,7 +16,9 @@ int main( void ) {
WOLF_LOG( WOLF_LOG_NOTICE, "Closed the logger" );
+#if defined HAVE_SYSLOG_H
wolf_log_closelogtosyslog( );
+#endif
wolf_log_closelogtofile( );
wolf_log_closelogtostderr( );