From 4d6864e08e5e7da282581c412f880e5d3fe7e0dd Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 5 Nov 2019 11:25:52 +0100 Subject: [PATCH] samba_dnsupdate: fix delete (samba-tool) message Signed-off-by: Stefan Metzmacher Reviewed-by: Andreas Schneider --- source4/scripting/bin/samba_dnsupdate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/scripting/bin/samba_dnsupdate b/source4/scripting/bin/samba_dnsupdate index 0e7d4f960ff..44eb1cadd27 100755 --- a/source4/scripting/bin/samba_dnsupdate +++ b/source4/scripting/bin/samba_dnsupdate @@ -897,7 +897,7 @@ if (delete_list or update_list) and not opts.nocreds: for d in delete_list: if d.rpc or (not use_nsupdate and use_samba_tool): if opts.verbose: - print("update (samba-tool): %s" % d) + print("delete (samba-tool): %s" % d) call_samba_tool(d, op="delete", zone=d.zone) elif am_rodc: