From: zacheiss Date: Wed, 18 Jul 2001 02:48:52 +0000 (+0000) Subject: If mrcl_connect() fails, report what list we were trying to update. X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/9cd29ee451299cf8cca8165a855254839f86b279 If mrcl_connect() fails, report what list we were trying to update. --- diff --git a/clients/blanche/blanche.c b/clients/blanche/blanche.c index aa112831..5bec6df9 100644 --- a/clients/blanche/blanche.c +++ b/clients/blanche/blanche.c @@ -336,6 +336,8 @@ int main(int argc, char **argv) status = mrcl_connect(server, "blanche", 4, !noauth); if (status == MRCL_AUTH_ERROR) { + com_err(whoami, 0, "Authentication error while working on list %s", + listname); com_err(whoami, 0, "Try the -noauth flag if you don't " "need authentication."); }