diff options
author | Max Kellermann <max@duempel.org> | 2008-11-05 18:37:40 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-11-05 18:37:40 +0100 |
commit | 08aaf57ff094632354cc54fcea90bd14a4edb76f (patch) | |
tree | c1fa9f2b1606a3ca6431eb7c564d2312599fcfdb /src/log.h | |
parent | b35ca9e5c4d45eceba1baf355dea3349cadb73b4 (diff) | |
download | mpd-08aaf57ff094632354cc54fcea90bd14a4edb76f.tar.gz mpd-08aaf57ff094632354cc54fcea90bd14a4edb76f.tar.xz mpd-08aaf57ff094632354cc54fcea90bd14a4edb76f.zip |
log: removed warning buffer
The warning buffer is a complex piece of code for no good reason.
Remove it and find a better solution, e.g. open the log file earlier.
Diffstat (limited to 'src/log.h')
-rw-r--r-- | src/log.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -42,6 +42,4 @@ int cycle_log_files(void); void close_log_files(void); -void flushWarningLog(void); - #endif /* LOG_H */ |