[1817] in Moira
Re: In your copious free time... :)
daemon@ATHENA.MIT.EDU (Garry Zacheiss)
Tue Jul 17 15:48:22 2001
Message-Id: <200107171948.PAA08974@riff-raff.mit.edu>
To: Laura Baldwin <boojum@MIT.EDU>
cc: bug-moira@MIT.EDU
In-Reply-To: Your message of "Tue, 17 Jul 2001 15:10:58 EDT."
<200107171910.PAA15704@geskekelud.mit.edu>
Date: Tue, 17 Jul 2001 15:48:20 -0400
From: Garry Zacheiss <zacheiss@MIT.EDU>
This patch will specify what list you were working on when
blanche bombs out.
I'll try and get this into the blanche in the moira locker soon.
Garry
Index: blanche.c
===================================================================
RCS file: /afs/athena.mit.edu/astaff/project/moiradev/repository/moira/clients/blanche/blanche.c,v
retrieving revision 1.55
diff -u -r1.55 blanche.c
--- blanche.c 2001/04/04 20:40:38 1.55
+++ blanche.c 2001/07/17 19:46:33
@@ -336,6 +336,8 @@
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.");
}