1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

Make it clear that the debug comment is the same as the command being tested

for failure.

Andrew Bartlett
(This used to be commit 6e22f39df8)
This commit is contained in:
Andrew Bartlett 2002-07-09 13:12:27 +00:00
parent f7ed521501
commit 71b04673bb

View File

@ -410,7 +410,7 @@ static NTSTATUS check_ntdomain_security(const struct auth_context *auth_context,
if (!secrets_fetch_trust_account_password(domain, trust_passwd, &last_change_time))
{
DEBUG(0, ("check_ntdomain_security: could not fetch trust account password for domain %s\n", lp_workgroup()));
DEBUG(0, ("check_ntdomain_security: could not fetch trust account password for domain '%s'\n", domain));
return NT_STATUS_CANT_ACCESS_DOMAIN_INFO;
}