Fix host parameter to vvvvv.

pull/7861/head
Chris Church 10 years ago committed by Matt Martz
parent 13a732e6b9
commit a8ca579761

@ -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.'''

Loading…
Cancel
Save