1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

samba_dnsupdate: Remove extra argument from debug

Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Garming Sam 2017-03-29 10:32:39 +13:00 committed by Garming Sam
parent 7915987dba
commit 6e8fcd8833

View File

@ -560,7 +560,7 @@ def call_samba_tool(d, op="add", zone=None):
sys.exit(1)
error_count = error_count + 1
if opts.verbose:
print("Failed 'samba-tool dns' based update: %s : %s" % (str(d), estr))
print("Failed 'samba-tool dns' based update: %s" % (str(d)))
except Exception, estr:
if opts.fail_immediately:
sys.exit(1)