]> andersk Git - moira.git/commitdiff
If mrcl_connect() fails, report what list we were trying to update.
authorzacheiss <zacheiss>
Wed, 18 Jul 2001 02:48:52 +0000 (02:48 +0000)
committerzacheiss <zacheiss>
Wed, 18 Jul 2001 02:48:52 +0000 (02:48 +0000)
clients/blanche/blanche.c

index aa112831f3e79dca5f7a4fb7e114c360aeaef720..5bec6df912d26eec8014f3980ad386b447203faa 100644 (file)
@@ -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.");
     }
This page took 0.037255 seconds and 5 git commands to generate.