vos-fix-fprintf-args-20030915

FIXES 2096

kill extraneous argument to fprintf
This commit is contained in:
Alf Wachsmann 2003-09-15 22:39:10 +00:00 committed by Derrick Brashear
parent ea4a465aa4
commit d3093f2ba6

View 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;