mirror of
https://github.com/debauchee/barrier.git
synced 2025-08-06 10:09:28 +02:00
fixed: gui "start" button visible even though server/client is running.
This commit is contained in:
parent
658a3e3e8f
commit
2520bf4773
5 changed files with 27 additions and 7 deletions
|
@ -118,7 +118,7 @@ CMSWindowsSession::isProcessInSession(const char* name, PHANDLE process = NULL)
|
|||
return true;
|
||||
}
|
||||
else {
|
||||
LOG((CLOG_ERR "could not find %s in session %i", name, m_activeSessionId));
|
||||
LOG((CLOG_DEBUG "did not find %s in session %i", name, m_activeSessionId));
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue