]> andersk Git - moira.git/blobdiff - clients/blanche/blanche.c
If mrcl_connect() fails, report what list we were trying to update.
[moira.git] / 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.049819 seconds and 4 git commands to generate.