Commit a8ca5797 by Chris Church Committed by Matt Martz

Fix host parameter to vvvvv.

parent 13a732e6
......@@ -42,7 +42,7 @@ _winrm_cache = {
}
def vvvvv(msg, host=None):
verbose(msg, host=None, caplevel=4)
verbose(msg, host=host, caplevel=4)
class Connection(object):
'''WinRM connections over HTTP/HTTPS.'''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment