mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
restore-20071016
FIXES 74531 afs_com_err() was called without specifying the error code.
This commit is contained in:
parent
38719a218c
commit
b8ecf28e22
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user