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:
parent
7915987dba
commit
6e8fcd8833
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user