git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
ea4a465
)
vos-fix-fprintf-args-20030915
author
Alf Wachsmann
<alfw@slac.stanford.edu>
Mon, 15 Sep 2003 22:39:10 +0000 (22:39 +0000)
committer
Derrick 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
patch
|
blob
|
history
diff --git
a/src/volser/vos.c
b/src/volser/vos.c
index
e469d63
..
8a0fb3d
100644
(file)
--- a/
src/volser/vos.c
+++ b/
src/volser/vos.c
@@
-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;