mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Update debug strings to reflect new calls
Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Fraser Tweedale <ftweedal@redhat.com>
This commit is contained in:
parent
b66b961fdd
commit
3d796a7e51
@ -4469,7 +4469,7 @@ static NTSTATUS save_sid_to_secret(struct ipasam_private *ipasam_state)
|
||||
|
||||
ret = ipa_gethostfqdn(hostname);
|
||||
if (ret == -1) {
|
||||
DEBUG(1, ("gethostname failed.\n"));
|
||||
DEBUG(1, ("ipa_gethostfqdn failed.\n"));
|
||||
status = NT_STATUS_UNSUCCESSFUL;
|
||||
goto done;
|
||||
}
|
||||
@ -4738,7 +4738,7 @@ static NTSTATUS ipasam_generate_principals(struct ipasam_private *ipasam_state)
|
||||
|
||||
ret = ipa_gethostfqdn(hostname);
|
||||
if (ret == -1) {
|
||||
DEBUG(1, ("gethostname failed.\n"));
|
||||
DEBUG(1, ("ipa_gethostfqdn failed.\n"));
|
||||
goto done;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user