Browse code

bb #9087: fix logging statements

David Raynor authored on 2013/10/08 02:27:18
Showing 1 changed files
... ...
@@ -665,7 +665,7 @@ static int hfsplus_walk_catalog(cli_ctx *ctx, hfsPlusVolumeHeader *volHeader, hf
665 665
                     has_alerts = 1;
666 666
                     if (SCAN_ALL) {
667 667
                         /* Continue scanning in SCAN_ALL mode */
668
-                        cli_dbgmsg("hfsplus_walk_catalog: data fork alert, continuing", ret);
668
+                        cli_dbgmsg("hfsplus_walk_catalog: data fork alert, continuing");
669 669
                         ret = CL_CLEAN;
670 670
                     }
671 671
                 }
... ...
@@ -684,7 +684,7 @@ static int hfsplus_walk_catalog(cli_ctx *ctx, hfsPlusVolumeHeader *volHeader, hf
684 684
                     has_alerts = 1;
685 685
                     if (SCAN_ALL) {
686 686
                         /* Continue scanning in SCAN_ALL mode */
687
-                        cli_dbgmsg("hfsplus_walk_catalog: resource fork alert, continuing", ret);
687
+                        cli_dbgmsg("hfsplus_walk_catalog: resource fork alert, continuing");
688 688
                         ret = CL_CLEAN;
689 689
                     }
690 690
                 }