| commit | 5d93a4189488bb80e3b6c2c6af362f9022eabe7a | [log] [tgz] |
|---|---|---|
| author | Petr Machata <pmachata@redhat.com> | Fri Apr 13 18:44:26 2012 +0200 |
| committer | Petr Machata <pmachata@redhat.com> | Thu Apr 19 01:38:03 2012 +0200 |
| tree | 63322b87ffefd44ca9067a49a35f410c59962a0f | |
| parent | f0f90edc2b0746e0c9f05f6224e38de6fbfed9d2 [diff] [blame] |
Flush stream after outputting a debug line
diff --git a/debug.c b/debug.c index 1be873b..5fb9feb 100644 --- a/debug.c +++ b/debug.c
@@ -16,6 +16,7 @@ va_end(args); output_line(NULL, "DEBUG: %s:%d: %s", file, line, buf); + fflush(options.output); } /*