mirror of
https://github.com/LX3JL/xlxd.git
synced 2026-04-04 22:17:32 +00:00
amber 1.2.1
corrected bug when pairing 3003+3000 added version reporting at startup
This commit is contained in:
parent
3f9555fe59
commit
384b6d41b1
3 changed files with 9 additions and 4 deletions
|
|
@ -97,7 +97,7 @@ int main(int argc, const char * argv[])
|
|||
g_AmbeServer.SetListenIp(CIp(argv[1]));
|
||||
|
||||
// and let it run
|
||||
std::cout << "Starting AMBEd" << std::endl << std::endl;
|
||||
std::cout << "Starting AMBEd " << VERSION_MAJOR << "." << VERSION_MINOR << "." << VERSION_REVISION << std::endl << std::endl;
|
||||
if ( !g_AmbeServer.Start() )
|
||||
{
|
||||
std::cout << "Error starting AMBEd" << std::endl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue