reduce event loggging of regular trimming of position history

This commit is contained in:
Kang Yu 2025-04-18 13:20:28 -07:00
parent de1b815d57
commit 3b5813bb35

View file

@ -2242,7 +2242,7 @@ namespace PersistentWindows.Common
if (snapshot_flags != 0)
continue;
Log.Event($"trim regular record for {windowTitle[hwnd]}");
Log.Trace($"trim regular record for {windowTitle[hwnd]}");
monitorApplications[displayKey][hwnd].RemoveAt(i);
break; //remove one record in each iteration
}