From 05d9fa0f2a405b90ca5b0196021704c236187b1c Mon Sep 17 00:00:00 2001 From: zhufl Date: Mon, 23 Sep 2019 11:48:00 +0800 Subject: [PATCH] Add missing ws between words in log messages This is to add missing ws between words in log messages. Change-Id: I4eac2c7549f2726cf6fb1013c7a43c246c27e57e --- keystone/api/trusts.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/keystone/api/trusts.py b/keystone/api/trusts.py index 3c40d8c67f..6c56fe1b0b 100644 --- a/keystone/api/trusts.py +++ b/keystone/api/trusts.py @@ -228,11 +228,11 @@ class TrustResource(ks_flask.ResourceBase): # rule check_str is "" if isinstance(rules, op_checks.TrueCheck): LOG.warning( - "The policy check string for rule \"identity:list_trusts\" has been overridden" - "to \"always true\". In the next release, this will cause the" - "\"identity:list_trusts\" action to be fully permissive as hardcoded" - "enforcement will be removed. To correct this issue, either stop overriding the" - "\"identity:list_trusts\" rule in config to accept the defaults, or explicitly" + "The policy check string for rule \"identity:list_trusts\" has been overridden " + "to \"always true\". In the next release, this will cause the " + "\"identity:list_trusts\" action to be fully permissive as hardcoded " + "enforcement will be removed. To correct this issue, either stop overriding the " + "\"identity:list_trusts\" rule in config to accept the defaults, or explicitly " "set a rule that is not empty." ) if not flask.request.args: