Changeset: a6bb8fc50725 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/a6bb8fc50725
Modified Files:
        gdk/gdk_logger.c
Branch: Sep2022
Log Message:

flushing only get set when the logger is enabled


diffs (12 lines):

diff --git a/gdk/gdk_logger.c b/gdk/gdk_logger.c
--- a/gdk/gdk_logger.c
+++ b/gdk/gdk_logger.c
@@ -2940,7 +2940,7 @@ log_tdone(logger *lg, ulng commit_ts)
        }
        stream* output_log = lg->output_log;
        ulng id = lg->id;
-       if (lg->flushing_output_log && !LOG_DISABLED(lg) && new_logfile(lg, 
output_log, id) != GDK_SUCCEED)
+       if (lg->flushing_output_log && new_logfile(lg, output_log, id) != 
GDK_SUCCEED)
                GDKfatal("Could not create new log file\n");
 }
 
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to