Add action value to debug output.

This commit is contained in:
David Shrewsbury
2012-10-09 09:48:07 -04:00
parent 4a60bd3c79
commit 0aa4039491

View File

@@ -40,6 +40,7 @@ class LBaaSController(object):
return self.msg
action = self.msg['hpcs_action'].upper()
self.logger.debug("Requested action: %s" % action)
if action == 'CREATE':
return self._action_create()
elif action == 'UPDATE':