From: Gary Kotton Date: Tue, 1 Dec 2015 13:07:47 +0000 (-0800) Subject: L3: add missing space to log message X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=9d414ecc99dcf2ae00b5121893c04cad289e3e27;p=openstack-build%2Fneutron-build.git L3: add missing space to log message Commit 5fcfa65d974ba44924dcee89f7a7ccf195a1c606 added a log message that did not have a space. Change-Id: Ie18bdb95331deb317dbe6855f0d8594d5fc272b2 --- diff --git a/neutron/db/l3_dvrscheduler_db.py b/neutron/db/l3_dvrscheduler_db.py index 28081904d..0487ab4d6 100644 --- a/neutron/db/l3_dvrscheduler_db.py +++ b/neutron/db/l3_dvrscheduler_db.py @@ -146,7 +146,7 @@ class L3_DVRsch_db_mixin(l3agent_sch_db.L3AgentSchedulerDbMixin): int_subnet = int_ips[0]['subnet_id'] subnet_ids.add(int_subnet) else: - LOG.debug('DVR: Could not find a subnet id' + LOG.debug('DVR: Could not find a subnet id ' 'for router %s', router_id) return subnet_ids