Changeset: c51b812e530f for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/c51b812e530f
Modified Files:
gdk/gdk_storage.c
Branch: Jul2021
Log Message:
Print correct file name.
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\n",
nme, ext ? ext : "");
+ GDKerror("short read from heap
%s%s%s\n", nme, ext ? "." : "", ext ? ext : "");
ret = NULL;
}
#ifndef NDEBUG
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list