diff --git a/ATxCommon/StorageStatus.cs b/ATxCommon/StorageStatus.cs index cf8006e4a921072fff3f5816d5e29112d2d7f526..4a3078cdd9e192c8f2e5775434c8544b717d6eb0 100644 --- a/ATxCommon/StorageStatus.cs +++ b/ATxCommon/StorageStatus.cs @@ -138,7 +138,7 @@ namespace ATxCommon if (TimeUtils.SecondsSince(_lastUpdateFreeSpace) < UpdateDelta) return; - Log.Debug("Updating storage status: checking free disk space..."); + Log.Trace("Updating storage status: checking free disk space..."); foreach (var drive in _drives) { try { drive.FreeSpace = new DriveInfo(drive.DriveName).TotalFreeSpace;