remove extra line and ref. to LOG that doesn't exist

This commit is contained in:
Vishvananda Ishaya
2010-11-17 02:33:09 +00:00
parent 645fe4a8b8
commit 0bcf74f055
2 changed files with 1 additions and 2 deletions

View File

@@ -167,7 +167,6 @@ class VpnCommands(object):
'vpn_public_port': int(port)})
class ShellCommands(object):
def bpython(self):
"""Runs a bpython shell.

View File

@@ -662,7 +662,7 @@ class AuthManager(object):
port=vpn_port)
zippy.writestr(FLAGS.credential_vpn_file, config)
else:
LOG.warn("No vpn data for project %s", pid)
logging.warn("No vpn data for project %s", pid)
zippy.writestr(FLAGS.ca_file, crypto.fetch_ca(pid))
zippy.close()