mirror of
https://git.openafs.org/openafs.git
synced 2025-01-21 00:10:15 +00:00
vos-fix-fprintf-args-20030915
FIXES 2096 kill extraneous argument to fprintf
This commit is contained in:
parent
ea4a465aa4
commit
d3093f2ba6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user