]> arthur.barton.de Git - netdata.git/blobdiff - src/log.c
apps.plugin: major new features and optimizations: now it reports system usage (all...
[netdata.git] / src / log.c
index 7ab3f1a51b706597e9943a68729101ab69e098d7..02cdae2a8a7a1e9bf6bca9f46badc015c6cec7c9 100644 (file)
--- a/src/log.c
+++ b/src/log.c
@@ -143,9 +143,7 @@ void log_access( const char *fmt, ... )
                vfprintf( stdaccess, fmt, args );
                va_end( args );
                fprintf( stdaccess, "\n");
-#ifdef NETDATA_INTERNAL_CHECKS
                fflush( stdaccess );
-#endif
        }
 
        if(access_log_syslog) {