]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
L3: add missing space to log message
authorGary Kotton <gkotton@vmware.com>
Tue, 1 Dec 2015 13:07:47 +0000 (05:07 -0800)
committergaryk <gkotton@vmware.com>
Wed, 2 Dec 2015 09:37:48 +0000 (09:37 +0000)
Commit 5fcfa65d974ba44924dcee89f7a7ccf195a1c606 added a log
message that did not have a space.

Change-Id: Ie18bdb95331deb317dbe6855f0d8594d5fc272b2

neutron/db/l3_dvrscheduler_db.py

index 28081904d6a318f741fa7ae492b7487660b2ac42..0487ab4d6bf7f21eded321d4aa828c4ff7d7ba68 100644 (file)
@@ -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