mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-08-04 22:55:33 +02:00
fix that clang warning
This commit is contained in:
parent
d2f23fbea5
commit
995a296e59
1 changed files with 1 additions and 1 deletions
|
@ -672,7 +672,7 @@ bool Networking::handle_announce(Common_Message *msg, IP_PORT ip_port)
|
|||
conn = new_connection((uint64)msg->source_id(), msg->announce().appid());
|
||||
if (!conn) return false;
|
||||
PRINT_DEBUG(
|
||||
"Networking::handle_announce new connection created: user %llu, appid %lu\n",
|
||||
"Networking::handle_announce new connection created: user %llu, appid %u\n",
|
||||
(uint64)msg->source_id(), msg->announce().appid()
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue