We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1947f3e commit 30761ffCopy full SHA for 30761ff
SerialDisk/Storage/Disk.cs
@@ -485,7 +485,7 @@ private void UpdateLocalDirectoryOrFile(List<LocalDirectoryContentInfo> localDir
485
// it's a file
486
else
487
{
488
- _logger.Log($"Checking if local file {newContentPath} should be updated", Constants.LoggingLevel.Info);
+ _logger.Log($"Checking if local file {newContentPath} should be updated", Constants.LoggingLevel.Debug);
489
490
int fileSize = directoryData[directoryEntryIndex + 28] | (directoryData[directoryEntryIndex + 29] << 8) | (directoryData[directoryEntryIndex + 30] << 16) | (directoryData[directoryEntryIndex + 31] << 24);
491
0 commit comments