You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?(((
The text was updated successfully, but these errors were encountered:
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));
handle_bnet.cpp
line:
If replaced {X} to {}, no error, why?(((
The text was updated successfully, but these errors were encountered: