mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-09 13:15:33 +08:00
Added synergy version number to first log message.
This commit is contained in:
@@ -853,7 +853,7 @@ parse(int argc, const char* const* argv)
|
||||
}
|
||||
|
||||
// identify system
|
||||
LOG((CLOG_INFO "Synergy server on %s", ARCH->getOSName().c_str()));
|
||||
LOG((CLOG_INFO "Synergy server %s on %s", kVersion, ARCH->getOSName().c_str()));
|
||||
}
|
||||
|
||||
static
|
||||
|
||||
Reference in New Issue
Block a user