Skip to content

Commit 30761ff

Browse files
committed
Change message log level
1 parent 1947f3e commit 30761ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialDisk/Storage/Disk.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ private void UpdateLocalDirectoryOrFile(List<LocalDirectoryContentInfo> localDir
485485
// it's a file
486486
else
487487
{
488-
_logger.Log($"Checking if local file {newContentPath} should be updated", Constants.LoggingLevel.Info);
488+
_logger.Log($"Checking if local file {newContentPath} should be updated", Constants.LoggingLevel.Debug);
489489

490490
int fileSize = directoryData[directoryEntryIndex + 28] | (directoryData[directoryEntryIndex + 29] << 8) | (directoryData[directoryEntryIndex + 30] << 16) | (directoryData[directoryEntryIndex + 31] << 24);
491491

0 commit comments

Comments
 (0)