Added synergy version number to first log message.
This commit is contained in:
parent
73488bc5b4
commit
6332f879fc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue