fix mis-placed paren in log statement for l3-scheduler

bug 1156978

Change-Id: I47c843616e86a92de2bc20683b865f881517a98d
This commit is contained in:
Dan Wendlandt 2013-03-18 21:09:55 -07:00
parent d92ace38d1
commit 59a98775e7
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ class ChanceScheduler(object):
router_ids = list(set(router_ids) - set(to_removed_ids))
if not router_ids:
LOG.warn(_('No routers compatible with L3 agent configuration'
' on host %s', host))
' on host %s'), host)
return False
# binding