From 3fd05597e9250b0782315f77c50e9991f1640557 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martti=20Rannanj=C3=A4rvi?= Date: Thu, 13 Dec 2018 11:30:06 +0200 Subject: [PATCH] auth: Fix auth-policy log-only warning whitespace --- src/auth/auth-policy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth/auth-policy.c b/src/auth/auth-policy.c index 05cd27197c..852efb297c 100755 --- a/src/auth/auth-policy.c +++ b/src/auth/auth-policy.c @@ -224,7 +224,7 @@ void auth_policy_init(void) auth_policy_json_template = i_strdup(str_c(template)); if (global_auth_settings->policy_log_only) - i_warning("auth-policy: Currently in log-only mode. Ignoring" + i_warning("auth-policy: Currently in log-only mode. Ignoring " "tarpit and disconnect instructions from policy server"); }