add debug print

This commit is contained in:
Kang Yu 2024-03-03 13:55:48 -08:00
parent 984c89e099
commit c5763a4f98

View file

@ -735,7 +735,7 @@ namespace PersistentWindows.Common
initialized = true;
remoteSession = System.Windows.Forms.SystemInformation.TerminalServerSession;
Log.Event($"Display config is {curDisplayKey}");
using (var persistDB = new LiteDatabase(persistDbName))
{
bool db_exist = persistDB.CollectionExists(curDisplayKey);