commit 8b1d88e: [Minor] Increase log level
Vsevolod Stakhov
vsevolod at highsecure.ru
Wed Jul 15 10:21:07 UTC 2020
Author: Vsevolod Stakhov
Date: 2020-07-15 11:19:02 +0100
URL: https://github.com/rspamd/rspamd/commit/8b1d88e4cf3e9c85b08a1fffac5ce616e30d4d46 (HEAD -> master)
[Minor] Increase log level
---
src/rspamd_proxy.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/rspamd_proxy.c b/src/rspamd_proxy.c
index 83ae3785c..4ed8cfab7 100644
--- a/src/rspamd_proxy.c
+++ b/src/rspamd_proxy.c
@@ -1604,7 +1604,7 @@ proxy_backend_master_finish_handler (struct rspamd_http_connection *conn,
msg->method = HTTP_SYMBOLS;
}
else {
- msg_debug_session ("cannot parse results from the master backend, "
+ msg_warn_session ("cannot parse results from the master backend, "
"return them as is");
}
}
More information about the Commits
mailing list