Skip to content

Commit

Permalink
auth: Fix auth-policy log-only warning whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mrannanj committed Dec 13, 2018
1 parent 1ab18bd commit 3fd0559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth/auth-policy.c
Expand Up @@ -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");
}

Expand Down

0 comments on commit 3fd0559

Please sign in to comment.