SYNTAX Correctie: log --> logging
This commit is contained in:
@@ -8,6 +8,7 @@ from lmwsip import LmwSip
|
||||
|
||||
def run(args):
|
||||
logging.basicConfig(level=args.debug)
|
||||
logging.debug("lmwsip.run %s" % args)
|
||||
try:
|
||||
lmwsip = LmwSip(host=args.host, port=args.port,
|
||||
ssl=not args.unencrypted,
|
||||
|
Reference in New Issue
Block a user