From: Jennifer Sutton Date: Thu, 15 Aug 2024 02:57:11 +0000 (+1200) Subject: python:join: Add missing word X-Git-Tag: tevent-0.17.0~111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d15d20884854b2f31d537ba4727c989a32abb1e;p=thirdparty%2Fsamba.git python:join: Add missing word Signed-off-by: Jennifer Sutton Reviewed-by: Douglas Bagnall --- 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):