If the file isn't closed such as when logging to stdout or stderr the file must be...
authorNathan Huff <nrhuff@umn.edu>
Thu, 24 Jan 2013 16:10:02 +0000 (10:10 -0600)
committerFlorian Forster <octo@collectd.org>
Fri, 25 Jan 2013 07:37:17 +0000 (08:37 +0100)
commit57c885581078b06c0641307a60ff97be3ebec90b
tree9ebb0be31d0dc5caced168ee2594cb2ae90f9f2d
parent772e60230767260801902eddd571bf6ff88c6423
If the file isn't closed such as when logging to stdout or stderr the file must be flushed for it to get out of the IO buffers right away.

Signed-off-by: Florian Forster <octo@collectd.org>
src/logfile.c