Changeset: 80a2253e0080 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=80a2253e0080
Modified Files:
MonetDB5/src/mal/mal_linker.mx
Branch: default
Log Message:
Improve error message
diffs (12 lines):
diff -r f6822a9347e1 -r 80a2253e0080 MonetDB5/src/mal/mal_linker.mx
--- a/MonetDB5/src/mal/mal_linker.mx Wed Jul 07 11:33:03 2010 +0200
+++ b/MonetDB5/src/mal/mal_linker.mx Wed Jul 07 14:46:47 2010 +0200
@@ -239,7 +239,7 @@
if (!errmsg)
errmsg = "(no error from dlerror())";
GDKfree(fullname);
- throw(LOADER, "loadLibrary", RUNTIME_LOAD_ERROR "%s.%s",
errmsg, filename);
+ throw(LOADER, "loadLibrary", RUNTIME_LOAD_ERROR " '%s' in file
'%s'", errmsg, filename);
}
mal_set_lock(mal_contextLock, "loadModule");
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list