summaryrefslogtreecommitdiffstats
path: root/plugin/eurephia.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/eurephia.c')
-rw-r--r--plugin/eurephia.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugin/eurephia.c b/plugin/eurephia.c
index 25af617..d21b80c 100644
--- a/plugin/eurephia.c
+++ b/plugin/eurephia.c
@@ -742,9 +742,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;
}