From 4c67917484fc0944c87a163066bd62052f925095 Mon Sep 17 00:00:00 2001 From: hussainchachuliya Date: Wed, 5 Oct 2016 15:58:20 +0530 Subject: [PATCH] Fix whitespace formatting issue Fix a missing and extra whitespaces issue. TrivialFix Change-Id: Ib108db431ee84bdf0a556fb1fc5bcd909a7f06eb --- oslo_messaging/_drivers/impl_rabbit.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oslo_messaging/_drivers/impl_rabbit.py b/oslo_messaging/_drivers/impl_rabbit.py index 3ece93498..68908f50d 100644 --- a/oslo_messaging/_drivers/impl_rabbit.py +++ b/oslo_messaging/_drivers/impl_rabbit.py @@ -170,7 +170,7 @@ rabbit_opts = [ 'database. In RabbitMQ 3.0, queue mirroring is no longer ' 'controlled by the x-ha-policy argument when declaring a ' 'queue. If you just want to make sure that all queues (except ' - ' those with auto-generated names) are mirrored across all ' + 'those with auto-generated names) are mirrored across all ' 'nodes, run: ' """\"rabbitmqctl set_policy HA '^(?!amq\.).*' """ """'{"ha-mode": "all"}' \""""), @@ -784,7 +784,7 @@ class Connection(object): self._set_current_channel(new_channel) LOG.info(_LI('[%(connection_id)s] Reconnected to AMQP server on ' - '%(hostname)s:%(port)s via [%(transport)s] client' + '%(hostname)s:%(port)s via [%(transport)s] client ' 'with port %(client_port)s.'), self._get_connection_info())