From: Ted Anderson Date: Fri, 19 Apr 2002 05:39:22 +0000 (+0000) Subject: bad trace statement due to missing parameter; added X-Git-Tag: openafs-stable-1_2_4~67 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=8afd9ace480960807feeae0cec4b130ef0aabc3b;p=packages%2Fo%2Fopenafs.git bad trace statement due to missing parameter; added (cherry picked from commit aef9d3502309f441640419f70f2dd8949395b32f) --- diff --git a/src/vol/vol-salvage.c b/src/vol/vol-salvage.c index eed39e563..87ab38f06 100644 --- a/src/vol/vol-salvage.c +++ b/src/vol/vol-salvage.c @@ -2451,6 +2451,7 @@ int SalvageIndex(Inode ino, VnodeClass class, int RW, if (check) { if (!Showmode) { Log("Vnode %d: inode number incorrect (is %s should be %s). FileSize=%d\n", + vnodeNumber, PrintInode(stmp1, VNDISK_GET_INO(vnode)), PrintInode(stmp2, ip->inodeNumber), ip->byteCount);