NSXv: fix LBaas logging issue

This causes update_pool to fail.

Change-Id: Id08bd5be4561a325c32faad5842312b31584ae91
Closes-bug: #1486123
This commit is contained in:
Gary Kotton 2015-08-18 09:03:24 -07:00 committed by garyk
parent 3225db15ab
commit fbdea2d3d3

@ -465,7 +465,7 @@ class EdgeLbDriver(object):
LOG.error(_LE('Failed to create pool %s'), pool['id'])
def update_pool(self, context, old_pool, pool, pool_mapping):
LOG.debug('Updating pool %s to %s', (old_pool, pool))
LOG.debug('Updating pool %s to %s', old_pool, pool)
edge_pool = convert_lbaas_pool(pool)
try:
with locking.LockManager.get_lock(pool_mapping['edge_id'],