Changeset: aa7ef45d4f14 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/aa7ef45d4f14
Modified Files:
gdk/gdk_logger.c
testing/Mtest.py.in
Branch: Sep2022
Log Message:
merged with Jan2022
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
@@ -2282,7 +2282,7 @@ log_create(int debug, const char *fn, co
static ulng
log_next_logfile(logger *lg, ulng ts)
{
- int m = (GDKdebug & FORCEMITOMASK)?1000:10;
+ int m = (GDKdebug & FORCEMITOMASK)?1000:100;
if (!lg->pending || !lg->pending->next)
return 0;
if (lg->pending != lg->current && lg->pending->last_ts <= ts) {
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]