Changeset: 1e907fd03c21 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/1e907fd03c21
Modified Files:
gdk/gdk_storage.c
Branch: Jul2021
Log Message:
Extend error message.
diffs (12 lines):
diff --git a/gdk/gdk_storage.c b/gdk/gdk_storage.c
--- a/gdk/gdk_storage.c
+++ b/gdk/gdk_storage.c
@@ -560,7 +560,7 @@ GDKload(int farmid, const char *nme, con
/* we couldn't read all, error
* already generated */
GDKfree(ret);
- GDKerror("short read from heap
%s%s%s\n", nme, ext ? "." : "", ext ? ext : "");
+ GDKerror("short read from heap %s%s%s,
expected %zu, missing %zd\n", nme, ext ? "." : "", ext ? ext : "", size,
n_expected);
ret = NULL;
}
#ifndef NDEBUG
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list