Changeset: e8dbef62a528 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/e8dbef62a528
Branch: default
Log Message:
merged
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
@@ -2744,7 +2744,7 @@ log_flush(logger *lg, ulng ts)
if (lg->saved_id >= lid) {
/* if too many pending */
if (lg->saved_id + lg->cur_max_pending > lg->id) {
- lg->cur_max_pending *= 2; /* when too warn again */
+ lg->cur_max_pending *= 2; /* when to warn again */
TRC_WARNING(GDK, "Too many pending log files " LLFMT
"\n", (lg->id - lg->saved_id));
if (GDKtriggerusr1 &&
!(ATOMIC_GET(&GDKdebug) & TESTINGMASK))
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]