summaryrefslogtreecommitdiffstats
path: root/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'plugin')
-rw-r--r--plugin/eurephia.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugin/eurephia.c b/plugin/eurephia.c
index a716e1d..049d4f6 100644
--- a/plugin/eurephia.c
+++ b/plugin/eurephia.c
@@ -839,9 +839,7 @@ int eurephia_learn_address(eurephiaCTX *ctx, const char *mode, const char *clien
}
}
if( session == NULL ) {
- eurephia_log(ctx, LOG_WARNING, 0,
- "Could not find any session connected to the client address %s",
- clientaddr);
+ DEBUG(ctx, 25, "[learn-address] Untracked IP address: %s", clientaddr);
ret = 0;
goto exit;
}