From 3d796a7e5102eded524e4847f8f9dd26f508ae94 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Thu, 17 Sep 2020 12:48:58 +0200 Subject: [PATCH] Update debug strings to reflect new calls Signed-off-by: Christian Heimes Reviewed-By: Fraser Tweedale --- daemons/ipa-sam/ipa_sam.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daemons/ipa-sam/ipa_sam.c b/daemons/ipa-sam/ipa_sam.c index c0d63b982..7741955fd 100644 --- a/daemons/ipa-sam/ipa_sam.c +++ b/daemons/ipa-sam/ipa_sam.c @@ -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; }