]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/hfs/hfscommon/BTree/BTreeScanner.c
xnu-1456.1.26.tar.gz
[apple/xnu.git] / bsd / hfs / hfscommon / BTree / BTreeScanner.c
index 7eb4013d4f1f36e3d20e52ff3914a9bbecb499bc..1ce08e3858a57c2c824061c979e21b28b81481ef 100644 (file)
@@ -205,7 +205,7 @@ static int FindNextLeafNode(        BTScanState *scanState, Boolean avoidIO )
                 */
                err = hfs_swap_BTNode(&block, fref, kSwapBTNodeBigToHost, true);
                if ( err != noErr ) {
-                       printf("FindNextLeafNode: Error from hfs_swap_BTNode (node %u)\n", scanState->nodeNum);
+                       printf("hfs: FindNextLeafNode: Error from hfs_swap_BTNode (node %u)\n", scanState->nodeNum);
                        continue;
                }