]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove useless log from periodic_sync_routers_task
authorRyan Moats <rmoats@us.ibm.com>
Fri, 11 Sep 2015 12:41:38 +0000 (07:41 -0500)
committerRyan Moats <rmoats@us.ibm.com>
Fri, 11 Sep 2015 12:41:38 +0000 (07:41 -0500)
commitfb8014294530ac83f209a79612c09c897d80227f
treef8a1dd8eac23316df139d6034dbdb03551fe4e44
parentbf1f5c6095a650b7861eb6f7ba8da15cfb91f5b1
Remove useless log from periodic_sync_routers_task

Logging that peridoic_sync_routers_task is starting with fullsync
False just adds noise to devstack logs.  Reposition the log
statement to indicate that the task is starting if it is going
to be doing real processing.

Change-Id: I73def1e20218b01c135769d0b8fbce449dad17ea
Signed-off-by: Ryan Moats <rmoats@us.ibm.com>
neutron/agent/l3/agent.py