mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
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 <gd@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
011a47f04d
commit
3a33c36007
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user