Browse code

libclamav: HFS+ logging changes

David Raynor authored on 2013/09/24 04:00:17
Showing 1 changed files
... ...
@@ -389,7 +389,7 @@ static int hfsplus_scanfile(cli_ctx *ctx, hfsPlusVolumeHeader *volHeader, hfsHea
389 389
             outputSize += to_write;
390 390
             currBlock++;
391 391
             if (targetSize == 0) {
392
-                cli_dbgmsg("hfsplus_dumpfile: output complete\n");
392
+                cli_dbgmsg("hfsplus_dumpfile: all data written\n");
393 393
                 break;
394 394
             }
395 395
             if (outputBlocks >= fork->totalBlocks) {
... ...
@@ -686,6 +686,9 @@ static int hfsplus_walk_catalog(cli_ctx *ctx, hfsPlusVolumeHeader *volHeader, hf
686 686
                     break;
687 687
                 }
688 688
             }
689
+            else {
690
+                cli_dbgmsg("hfsplus_walk_catalog: record mode is not File\n");
691
+            }
689 692
         }
690 693
         /* if return code, exit loop, message already logged */
691 694
         if (ret != CL_CLEAN) {