]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
vol-salvage-add-missing-parameter-to-logging-20020213
authorTed Anderson <ota@transarc.com>
Wed, 13 Feb 2002 20:00:18 +0000 (20:00 +0000)
committerDerrick Brashear <shadow@dementia.org>
Wed, 13 Feb 2002 20:00:18 +0000 (20:00 +0000)
bad trace statement due to missing parameter; added

src/vol/vol-salvage.c

index e675006da188f9c0a42a5f64422904a9ff30ac25..9440a9464d87db15f6e1e78c9adb13df44fab91b 100644 (file)
@@ -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);