diff --git a/BinaryObjectScanner/Scanner.cs b/BinaryObjectScanner/Scanner.cs index f57dc70e..f271fd4a 100644 --- a/BinaryObjectScanner/Scanner.cs +++ b/BinaryObjectScanner/Scanner.cs @@ -120,7 +120,7 @@ namespace BinaryObjectScanner DateTime startTime = DateTime.UtcNow; // Checkpoint - _fileProgress?.Report(new ProtectionProgress(null, 0, null)); + _fileProgress?.Report(new ProtectionProgress(null, depth, 0, null)); // Temp variables for reporting string tempFilePath = Path.GetTempPath();