mirror of
https://github.com/samba-team/samba.git
synced 2025-02-08 05:57:51 +03:00
s3:libnet: Improve debug messages
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org> (cherry picked from commit 39b8c8b30a5d5bd70f8da3a02cf77f7592788b94)
This commit is contained in:
parent
1e38443496
commit
9d984cebde
@ -356,7 +356,7 @@ static ADS_STATUS libnet_join_precreate_machine_acct(TALLOC_CTX *mem_ctx,
|
||||
r->out.dns_domain_name);
|
||||
|
||||
if (ADS_ERR_OK(status)) {
|
||||
DEBUG(1,("machine account creation created\n"));
|
||||
DBG_WARNING("Machine account successfully created\n");
|
||||
return status;
|
||||
} else if ((status.error_type == ENUM_ADS_ERROR_LDAP) &&
|
||||
(status.err.rc == LDAP_ALREADY_EXISTS)) {
|
||||
@ -364,7 +364,7 @@ static ADS_STATUS libnet_join_precreate_machine_acct(TALLOC_CTX *mem_ctx,
|
||||
}
|
||||
|
||||
if (!ADS_ERR_OK(status)) {
|
||||
DEBUG(1,("machine account creation failed\n"));
|
||||
DBG_WARNING("Failed to create machine account\n");
|
||||
return status;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user