fixed: gui "start" button visible even though server/client is running.

This commit is contained in:
Nick Bolton 2013-10-16 15:30:42 +00:00
parent 658a3e3e8f
commit 2520bf4773
5 changed files with 27 additions and 7 deletions

View file

@ -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;
}
}