Changeset: f87ca638d6e8 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/f87ca638d6e8
Modified Files:
        clients/mapilib/connect.c
Branch: odbc_loader
Log Message:

Improve error message


diffs (12 lines):

diff --git a/clients/mapilib/connect.c b/clients/mapilib/connect.c
--- a/clients/mapilib/connect.c
+++ b/clients/mapilib/connect.c
@@ -533,7 +533,7 @@ mapi_handshake(Mapi mid)
        /* rBuCQ9WTn3:mserver:9:RIPEMD160,SHA256,SHA1,MD5:LIT:SHA1: */
 
        if (!*username || !*password) {
-               mapi_setError(mid, "username and password must be set",
+               mapi_setError(mid, "both username and password must be set",
                                __func__, MERROR);
                close_connection(mid);
                return mid->error;
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to