Add TTRTS: Prefix to output
This commit is contained in:
parent
a7421fa07b
commit
c51119c3e2
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ void WaitForOrdersFromClient(const ClientInfo info, CTTRTSGame &game, std::mute
|
||||||
orders+=buffer;
|
orders+=buffer;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::clog<<"Recieved orders from "<<inet_ntoa(info.cli_addr.sin_addr)<<std::endl;
|
std::clog<<"TTRTS: Recieved orders from "<<inet_ntoa(info.cli_addr.sin_addr)<<std::endl;
|
||||||
|
|
||||||
mut.lock();
|
mut.lock();
|
||||||
game.IssueOrders(info.player , orders);
|
game.IssueOrders(info.player , orders);
|
||||||
|
|
Loading…
Add table
Reference in a new issue