mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-12-27 02:44:16 +08:00
fix that clang warning
This commit is contained in:
parent
d2f23fbea5
commit
995a296e59
@ -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());
|
conn = new_connection((uint64)msg->source_id(), msg->announce().appid());
|
||||||
if (!conn) return false;
|
if (!conn) return false;
|
||||||
PRINT_DEBUG(
|
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()
|
(uint64)msg->source_id(), msg->announce().appid()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user