]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
vos-fix-fprintf-args-20030915
authorAlf Wachsmann <alfw@slac.stanford.edu>
Mon, 15 Sep 2003 22:39:10 +0000 (22:39 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 15 Sep 2003 22:39:10 +0000 (22:39 +0000)
FIXES 2096

kill extraneous argument to fprintf

src/volser/vos.c

index e469d6387419d83f403f704d19a9db4a4869d3c8..8a0fb3dc4f895178d270edc50e3874db630fa3da 100644 (file)
@@ -3521,8 +3521,7 @@ DeleteEntry(as)
                        itp->data);
                fprintf(STDERR,
                        "You must specify a RW volume name or ID "
-                       "(the entire VLDB entry will be deleted)\n",
-                       itp->data);
+                       "(the entire VLDB entry will be deleted)\n");
                PrintError("", vcode);
                totalFail++;
                continue;