From: Guenther Deschner Date: Mon, 1 Apr 2019 15:46:39 +0000 (+0200) Subject: s3:libnet: Fix debug message in libnet_DomainJoin() X-Git-Tag: tdb-1.4.1~559 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a33c360071bb7cada58f1f71ccd8949fda70662;p=thirdparty%2Fsamba.git s3:libnet: Fix debug message in libnet_DomainJoin() A newline is missing but also use DBG_INFO macro and cleanup spelling. Signed-off-by: Guenther Deschner Reviewed-by: Ralph Boehme Reviewed-by: Andrew Bartlett --- diff --git a/source3/libnet/libnet_join.c b/source3/libnet/libnet_join.c index 27fc5135442..ddc00f7ad7c 100644 --- a/source3/libnet/libnet_join.c +++ b/source3/libnet/libnet_join.c @@ -2664,8 +2664,8 @@ static WERROR libnet_DomainJoin(TALLOC_CTX *mem_ctx, return WERR_NERR_DEFAULTJOINREQUIRED; } - DEBUG(5, ("failed to precreate account in ou %s: %s", - r->in.account_ou, ads_errstr(ads_status))); + DBG_INFO("Failed to pre-create account in OU %s: %s\n", + r->in.account_ou, ads_errstr(ads_status)); } rpc_join: