mirror of
https://github.com/debauchee/barrier.git
synced 2025-08-06 10:09:28 +02:00
#5657 Refresh UI when synergys reports trial expired
This commit is contained in:
parent
99dbdc5eb3
commit
5a34da3ce0
3 changed files with 160 additions and 152 deletions
|
@ -456,7 +456,7 @@ Server::switchScreen(BaseClientProxy* dst,
|
|||
|
||||
// if trial is expired, exit the process
|
||||
if (!m_args.m_serial.isExpired(std::time(0))) {
|
||||
LOG((CLOG_ERR "trial is expired, aborting server"));
|
||||
LOG((CLOG_ERR "trial has expired, aborting server"));
|
||||
exit(kExitSuccess);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue