diff --git a/UBCopy/AsyncUnbuffCopyStatic.cs b/UBCopy/AsyncUnbuffCopyStatic.cs index 59285ad..980c93d 100644 --- a/UBCopy/AsyncUnbuffCopyStatic.cs +++ b/UBCopy/AsyncUnbuffCopyStatic.cs @@ -215,7 +215,7 @@ private static void AsyncWriteFile() Monitor.PulseAll(Locker1); //fancy dan in place percent update on each write. - if (_reportprogress && !IsDebugEnabled) + if (_reportprogress) { int percent = (int)Math.Round((float)_totalbyteswritten / (float)_infilesize * 100); if ((percent - currentPercent) >= 1)