]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
bad trace statement due to missing parameter; added
authorTed Anderson <ota@transarc.com>
Fri, 19 Apr 2002 05:39:22 +0000 (05:39 +0000)
committerGarry Zacheiss <zacheiss@mit.edu>
Fri, 19 Apr 2002 05:39:22 +0000 (05:39 +0000)
(cherry picked from commit aef9d3502309f441640419f70f2dd8949395b32f)

src/vol/vol-salvage.c

index eed39e5632789f2c539853ad3ee6715e9596905d..87ab38f069a60cce89b3c9bea2b7ab8904bedd7f 100644 (file)
@@ -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);