Modify log message

Modify log message

Change-Id: I7fd73c9b200455d2ecb7deb83b8aeedf7875d9a2
Closes-Bug: #1492743
This commit is contained in:
Hua Wang 2015-09-06 19:33:27 +08:00
parent 7ed30d1989
commit e9ef563ce3
1 changed files with 1 additions and 1 deletions

View File

@ -37,6 +37,6 @@ class Handler(object):
return x509keypair
def x509keypair_delete(self, context, uuid):
LOG.debug("Deleting x509keypair_delete %s" % uuid)
LOG.debug("Deleting x509keypair %s" % uuid)
x509keypair = objects.X509KeyPair.get_by_uuid(context, uuid)
x509keypair.destroy(context)