From 4d15d20884854b2f31d537ba4727c989a32abb1e Mon Sep 17 00:00:00 2001 From: Jennifer Sutton Date: Thu, 15 Aug 2024 14:57:11 +1200 Subject: [PATCH] python:join: Add missing word Signed-off-by: Jennifer Sutton Reviewed-by: Douglas Bagnall --- python/samba/join.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/samba/join.py b/python/samba/join.py index 0da5af6addb..717fbb35f52 100644 --- a/python/samba/join.py +++ b/python/samba/join.py @@ -1306,7 +1306,7 @@ class DCJoinContext(object): | security.SECINFO_GROUP)]) ctx.logger.info("All other DNS records (like _ldap SRV records) " + - "will be created samba_dnsupdate on first startup") + "will be created by samba_dnsupdate on first startup") def join_replicate_new_dns_records(ctx): for nc in (ctx.domaindns_zone, ctx.forestdns_zone): -- 2.47.2