Changeset: e61a590591bc for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e61a590591bc
Modified Files:
monetdb5/mal/mal_authorize.c
Branch: remote_auth
Log Message:
Improve error message
diffs (12 lines):
diff --git a/monetdb5/mal/mal_authorize.c b/monetdb5/mal/mal_authorize.c
--- a/monetdb5/mal/mal_authorize.c
+++ b/monetdb5/mal/mal_authorize.c
@@ -1001,7 +1001,7 @@ AUTHgetRemoteTableCredentials(const char
p = lookupRemoteTableKey(local_table);
if (p == BUN_NONE) {
- throw(MAL, "getRemoteTableCredentials", "No credentials for
table %s found", local_table);
+ throw(MAL, "getRemoteTableCredentials", "No credentials for
remote table %s found", local_table);
}
assert(rt_key);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list