From: Ted Anderson Date: Wed, 13 Feb 2002 20:00:18 +0000 (+0000) Subject: vol-salvage-add-missing-parameter-to-logging-20020213 X-Git-Tag: openafs-devel-1_3_0~6 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=aef9d3502309f441640419f70f2dd8949395b32f;p=packages%2Fo%2Fopenafs.git vol-salvage-add-missing-parameter-to-logging-20020213 bad trace statement due to missing parameter; added --- diff --git a/src/vol/vol-salvage.c b/src/vol/vol-salvage.c index e675006da..9440a9464 100644 --- a/src/vol/vol-salvage.c +++ b/src/vol/vol-salvage.c @@ -2465,6 +2465,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);