1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-12 17:14:46 +02:00

Don't use 'client' in CENTRAL_BLOCKLIST_ERROR, prolly copy-paste error.

Not really important as it is not part of the normal log message (only JSON).
This commit is contained in:
Bram Matthys
2026-02-21 13:49:26 +01:00
parent f59b937f3b
commit 28a8bee041
+1 -1
View File
@@ -897,7 +897,7 @@ void cbl_error_response(CBLTransfer *transfer, const char *error)
}
if (num > 0)
{
unreal_log(ULOG_INFO, "central-blocklist", "CENTRAL_BLOCKLIST_ERROR", client,
unreal_log(ULOG_INFO, "central-blocklist", "CENTRAL_BLOCKLIST_ERROR", NULL,
"CBL: Allowed $num_clients client(s) in due to CBL error: $error",
log_data_integer("num_clients", num),
log_data_string("error", error));