mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-10 12:35:37 +02:00
reduce event loggging of regular trimming of position history
This commit is contained in:
parent
de1b815d57
commit
3b5813bb35
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue