summaryrefslogtreecommitdiffstats
path: root/lib/log/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/log/log.c')
-rw-r--r--lib/log/log.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/log/log.c b/lib/log/log.c
index b250a9e..a4f5c22 100644
--- a/lib/log/log.c
+++ b/lib/log/log.c
@@ -12,8 +12,7 @@ static void __log(const char *fmt, va_list ap)
if (!logf)
return;
vfprintf(logf, fmt, ap);
- if (debug)
- fflush(logf);
+ fflush(logf);
}
void pb_log(const char *fmt, ...)
OpenPOWER on IntegriCloud