Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pvpgn:dev "{X} format error" #485

Open
UnrealKaraulov opened this issue Sep 19, 2023 · 1 comment
Open

pvpgn:dev "{X} format error" #485

UnrealKaraulov opened this issue Sep 19, 2023 · 1 comment

Comments

@UnrealKaraulov
Copy link

UnrealKaraulov commented Sep 19, 2023

Sep 19 18:54:33 [error] pvpgn::bnetd::_client_changeclient: Failed to format string (argument not found)

handle_bnet.cpp
line:

eventlog(eventlog_level_error, __FUNCTION__, "[{}] invalid attempt to change client from {X} to {X}", conn_get_socket(c), conn_get_clienttag(c), bn_int_get(packet->u.client_changeclient.clienttag));

If replaced {X} to {}, no error, why?(((

@UnrealKaraulov UnrealKaraulov changed the title dev version {X} format error pvpgn:dev "{X} format error" Sep 19, 2023
@UnrealKaraulov
Copy link
Author

eventlog(eventlog_level_error, __FUNCTION__, "[{}] invalid attempt to change client from {X} to {X}", conn_get_socket(c), conn_get_clienttag(c), bn_int_get(packet->u.client_changeclient.clienttag));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant