mirror of
https://github.com/pissnet/pissircd.git
synced 2025-08-16 07:01:35 +01:00
Remove an annoying BLACKLIST_RESOLVER_CALLBACK message in DEBUGMODE
[skip ci]
This commit is contained in:
parent
5ad5c4cfe2
commit
9232db12ae
1 changed files with 0 additions and 5 deletions
|
@ -986,11 +986,6 @@ void blacklist_resolver_callback(void *arg, int status, int timeouts, struct hos
|
|||
BLUser *blu = (BLUser *)arg;
|
||||
Client *client = blu->client;
|
||||
|
||||
#ifdef DEBUGMODE
|
||||
unreal_log(ULOG_DEBUG, "blacklist", "BLACKLIST_RESOLVER_CALLBACK", client,
|
||||
"Called for client $client.details");
|
||||
#endif
|
||||
|
||||
blu->refcnt--; /* one less outstanding DNS request remaining */
|
||||
|
||||
/* If we are the last to resolve something and the client is gone
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue