diff options
-rw-r--r-- | src/log.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -322,7 +322,9 @@ void close_log_files(void) if (stdout_mode) return; +#ifdef HAVE_SYSLOG if (out_filename == NULL) closelog(); +#endif } |
index : mpd | ||
clone of git://git.musicpd.org/master/mpd.git | Alexander Sulfrian |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | src/log.c | 2 |
@@ -322,7 +322,9 @@ void close_log_files(void) if (stdout_mode) return; +#ifdef HAVE_SYSLOG if (out_filename == NULL) closelog(); +#endif } |