From 28a8bee041928e447db178fec930b88cd8d85483 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Sat, 21 Feb 2026 13:49:26 +0100 Subject: [PATCH] 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). --- src/modules/central-blocklist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/central-blocklist.c b/src/modules/central-blocklist.c index 31eefefcc..2d2528ad3 100644 --- a/src/modules/central-blocklist.c +++ b/src/modules/central-blocklist.c @@ -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));