mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-27 13:14:01 +08:00
properly format some debug messages in auth
This commit is contained in:
parent
73132e985f
commit
4f0df79940
@ -255,6 +255,7 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
PRINT_DEBUG(
|
PRINT_DEBUG(
|
||||||
|
"\n"
|
||||||
" GCToken: " "%" PRIu64 "\n"
|
" GCToken: " "%" PRIu64 "\n"
|
||||||
" user steam_id: " "%" PRIu64 "\n"
|
" user steam_id: " "%" PRIu64 "\n"
|
||||||
" ticketGenDate: %u\n"
|
" ticketGenDate: %u\n"
|
||||||
@ -320,12 +321,13 @@ struct AppTicket {
|
|||||||
const uint64_t steam_id = id.ConvertToUint64();
|
const uint64_t steam_id = id.ConvertToUint64();
|
||||||
|
|
||||||
PRINT_DEBUG(
|
PRINT_DEBUG(
|
||||||
|
"\n"
|
||||||
" Version: %u\n"
|
" Version: %u\n"
|
||||||
" user steam_id: " "%" PRIu64 "\n"
|
" user steam_id: " "%" PRIu64 "\n"
|
||||||
" AppId: %u\n"
|
" AppId: %u\n"
|
||||||
" ExternalIP: 0x%08X, InternalIP: 0x%08X\n"
|
" ExternalIP: 0x%08X, InternalIP: 0x%08X\n"
|
||||||
" TicketGeneratedDate: %u, TicketGeneratedExpireDate: %u\n"
|
" TicketGeneratedDate: %u, TicketGeneratedExpireDate: %u\n"
|
||||||
" Licenses count: %zu, DLCs count: %zu\n",
|
" Licenses count: %zu, DLCs count: %zu",
|
||||||
|
|
||||||
Version,
|
Version,
|
||||||
steam_id,
|
steam_id,
|
||||||
@ -510,9 +512,10 @@ struct Auth_Data {
|
|||||||
const uint64_t steam_id = id.ConvertToUint64();
|
const uint64_t steam_id = id.ConvertToUint64();
|
||||||
|
|
||||||
PRINT_DEBUG(
|
PRINT_DEBUG(
|
||||||
|
"\n"
|
||||||
" HasGC: %u\n"
|
" HasGC: %u\n"
|
||||||
" user steam_id: " "%" PRIu64 "\n"
|
" user steam_id: " "%" PRIu64 "\n"
|
||||||
" number: " "%" PRIu64 "\n",
|
" number: " "%" PRIu64 ,
|
||||||
|
|
||||||
(int)HasGC,
|
(int)HasGC,
|
||||||
steam_id,
|
steam_id,
|
||||||
|
Loading…
Reference in New Issue
Block a user