mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 21:47:45 +00:00
backup-usedump-20070625
FIXES 55704 afs_com_err not com_err
This commit is contained in:
parent
5e5bfa6b94
commit
470be46a4c
@ -224,7 +224,7 @@ bc_Restorer(aindex)
|
|||||||
code = bcdb_FindDumpByID(dumpTaskPtr->parentDumpID, dumpDescr);
|
code = bcdb_FindDumpByID(dumpTaskPtr->parentDumpID, dumpDescr);
|
||||||
if (code)
|
if (code)
|
||||||
{
|
{
|
||||||
com_err(whoami, "Couldn't look up info for dump %d\n",
|
afs_com_err(whoami, "Couldn't look up info for dump %d\n",
|
||||||
dumpTaskPtr->parentDumpID);
|
dumpTaskPtr->parentDumpID);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user