From: Jeffrey Altman Date: Tue, 26 Jun 2007 06:44:57 +0000 (+0000) Subject: STABLE14-backup-usedump-20070625 X-Git-Tag: openafs-stable-1_4_5-pre1~77 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=f16ea2beb7b0173d0e4e86e589b720f23117ed1c;p=packages%2Fo%2Fopenafs.git STABLE14-backup-usedump-20070625 FIXES 55704 afs_com_err not com_err (cherry picked from commit 470be46a4c6231ebf422b9fa9d9c47baa4342824) --- diff --git a/src/bucoord/restore.c b/src/bucoord/restore.c index bdf97e876..a06bc65b1 100644 --- a/src/bucoord/restore.c +++ b/src/bucoord/restore.c @@ -224,7 +224,7 @@ bc_Restorer(aindex) code = bcdb_FindDumpByID(dumpTaskPtr->parentDumpID, dumpDescr); 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); continue; }