refine message print

This commit is contained in:
Kang Yu 2024-11-04 17:38:54 -08:00
parent e4571e4f34
commit 3cb7f93cee

View file

@ -3127,7 +3127,7 @@ namespace PersistentWindows.Common
if (restore_last && prevDisplayMetrics != null && !restoringFromDB)
{
Log.Error($"recall last position for {windowTitle[hwnd]}");
Log.Error($"restore {windowTitle[hwnd]} to last captured position");
restoringFromMem = true;
RestoreApplicationsOnCurrentDisplays(curDisplayKey, hwnd, prevDisplayMetrics.CaptureTime);
restoringFromMem = false;