summaryrefslogtreecommitdiffstats
path: root/src/providers/ad/ad_gpo.c
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2015-12-11 12:12:03 +0100
committerJakub Hrozek <jhrozek@redhat.com>2015-12-14 10:10:16 +0100
commitde1131abe5ba7aaeb59f81fc3a9cd2a71c0b52dd (patch)
tree60b916706dd5d2e0f7148e690620ed93044472a3 /src/providers/ad/ad_gpo.c
parent773153893431bb9344259ba161d57e97f359678c (diff)
downloadsssd-de1131abe5ba7aaeb59f81fc3a9cd2a71c0b52dd.tar.gz
sssd-de1131abe5ba7aaeb59f81fc3a9cd2a71c0b52dd.tar.xz
sssd-de1131abe5ba7aaeb59f81fc3a9cd2a71c0b52dd.zip
DEBUG: Add missing new lines
Reviewed-by: Petr Cech <pcech@redhat.com>
Diffstat (limited to 'src/providers/ad/ad_gpo.c')
-rw-r--r--src/providers/ad/ad_gpo.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/providers/ad/ad_gpo.c b/src/providers/ad/ad_gpo.c
index bdf2776db..cca5e5861 100644
--- a/src/providers/ad/ad_gpo.c
+++ b/src/providers/ad/ad_gpo.c
@@ -1845,7 +1845,7 @@ ad_gpo_target_dn_retrieval_done(struct tevent_req *subreq)
if (!(uac & UAC_WORKSTATION_TRUST_ACCOUNT ||
uac & UAC_SERVER_TRUST_ACCOUNT)) {
DEBUG(SSSDBG_OP_FAILURE,
- "Invalid userAccountControl (%x) value for machine account.",
+ "Invalid userAccountControl (%x) value for machine account.\n",
uac);
ret = EINVAL;
goto done;
@@ -3598,7 +3598,7 @@ ad_gpo_get_gpo_attrs_done(struct tevent_req *subreq)
const char *gpo_dn = state->candidate_gpos[state->gpo_index]->gpo_dn;
DEBUG(SSSDBG_OP_FAILURE,
- "No attrs found for GPO [%s].", gpo_dn);
+ "No attrs found for GPO [%s].\n", gpo_dn);
ret = ENOENT;
goto done;
}
@@ -4390,7 +4390,7 @@ ad_gpo_get_sd_referral_search_done(struct tevent_req *subreq)
* we will do it later if it ever becomes necessary.
*/
DEBUG(SSSDBG_OP_FAILURE,
- "No attrs found for referred GPO [%s].", state->gpo_dn);
+ "No attrs found for referred GPO [%s].\n", state->gpo_dn);
ret = ENOENT;
goto done;