restore-20071016

FIXES 74531

afs_com_err() was called without specifying the error code.
This commit is contained in:
Jeffrey Altman 2007-10-16 17:55:10 +00:00
parent 38719a218c
commit b8ecf28e22

View File

@ -224,7 +224,7 @@ bc_Restorer(aindex)
code = bcdb_FindDumpByID(dumpTaskPtr->parentDumpID, dumpDescr);
if (code)
{
afs_com_err(whoami, "Couldn't look up info for dump %d\n",
afs_com_err(whoami, code, "Couldn't look up info for dump %d\n",
dumpTaskPtr->parentDumpID);
continue;
}