mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 13:05:38 +02:00
reduce event logs for zorder restore
This commit is contained in:
parent
cea1088a7d
commit
1a13cf8b11
1 changed files with 1 additions and 1 deletions
|
@ -2526,7 +2526,7 @@ namespace PersistentWindows.Common
|
|||
| SetWindowPosFlags.IgnoreResize
|
||||
);
|
||||
|
||||
Log.Event("Restore zorder {2} by repositioning window \"{0}\" under \"{1}\"",
|
||||
Log.Trace("Restore zorder {2} by repositioning window \"{0}\" under \"{1}\"",
|
||||
GetWindowTitle(hWnd),
|
||||
GetWindowTitle(prev),
|
||||
ok ? "succeeded" : "failed");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue