From c0a0c21363d7026500cfa3a73dfa0eb5bcc8b50f Mon Sep 17 00:00:00 2001 From: Nathan Neulinger Date: Fri, 29 Jun 2001 04:50:48 +0000 Subject: [PATCH] fix-vsutils-bogus-format-string-20010628 remove needless % --- src/volser/vsutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/volser/vsutils.c b/src/volser/vsutils.c index 0c0a33a50..f4ebab26d 100644 --- a/src/volser/vsutils.c +++ b/src/volser/vsutils.c @@ -399,7 +399,7 @@ afs_int32 vsu_ClientInit(noAuthFlag, confDir, cellName, sauth, uclientp, secproc } code = afsconf_ClientAuth(tdir, &sc, &scIndex); /* sets sc,scIndex */ if (code) { - fprintf(STDERR, "vsu_ClientInit: Could not get security object for -localAuth %\n"); + fprintf(STDERR, "vsu_ClientInit: Could not get security object for -localAuth\n"); return -1; } code = afsconf_GetCellInfo(tdir, tdir->cellName, AFSCONF_VLDBSERVICE, -- 2.39.5