diff --git a/src/volser/vos.c b/src/volser/vos.c index cd36add7ef..9f19b271a2 100644 --- a/src/volser/vos.c +++ b/src/volser/vos.c @@ -4394,7 +4394,7 @@ DeleteEntry(struct cmd_syndesc *as, void *arock) avolid = vllist->volumeId[RWVOL]; vcode = ubik_VL_DeleteEntry(cstruct, 0, avolid, RWVOL); if (vcode) { - fprintf(STDOUT, "Could not delete VDLB entry for %s\n", + fprintf(STDOUT, "Could not delete VLDB entry for %s\n", vllist->name); totalFail++; PrintError("", vcode);