mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-21 06:45:22 -06:00
Added synergy version number to first log message.
This commit is contained in:
parent
6332f879fc
commit
99da35de61
1 changed files with 1 additions and 1 deletions
|
|
@ -725,7 +725,7 @@ parse(int argc, const char* const* argv)
|
|||
}
|
||||
|
||||
// identify system
|
||||
LOG((CLOG_INFO "Synergy client on %s", ARCH->getOSName().c_str()));
|
||||
LOG((CLOG_INFO "Synergy client %s on %s", kVersion, ARCH->getOSName().c_str()));
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue