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

add warning


diffs (11 lines):

diff --git a/gdk/gdk_logger.c b/gdk/gdk_logger.c
--- a/gdk/gdk_logger.c
+++ b/gdk/gdk_logger.c
@@ -2794,6 +2794,7 @@ bm_commit(logger *lg)
 
                if ((lb = BATdescriptor(bid)) == NULL ||
                    BATmode(lb, false) != GDK_SUCCEED) {
+                       TRC_WARNING(GDK, "Failed to set bat (%d%s) 
persistent\n", bid, !lb?" gone":"");
                        logbat_destroy(lb);
                        return GDK_FAIL;
                }
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to