mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-12 21:45:40 +02:00
add debug print
This commit is contained in:
parent
984c89e099
commit
c5763a4f98
1 changed files with 1 additions and 1 deletions
|
@ -735,7 +735,7 @@ namespace PersistentWindows.Common
|
||||||
|
|
||||||
initialized = true;
|
initialized = true;
|
||||||
remoteSession = System.Windows.Forms.SystemInformation.TerminalServerSession;
|
remoteSession = System.Windows.Forms.SystemInformation.TerminalServerSession;
|
||||||
|
Log.Event($"Display config is {curDisplayKey}");
|
||||||
using (var persistDB = new LiteDatabase(persistDbName))
|
using (var persistDB = new LiteDatabase(persistDbName))
|
||||||
{
|
{
|
||||||
bool db_exist = persistDB.CollectionExists(curDisplayKey);
|
bool db_exist = persistDB.CollectionExists(curDisplayKey);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue