summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async_nested_groups.c
diff options
context:
space:
mode:
authorPavel Reichl <preichl@redhat.com>2014-09-27 12:06:44 +0100
committerJakub Hrozek <jhrozek@redhat.com>2014-09-29 18:15:01 +0200
commitc683b8d730f4ec838244147d70a0275d53459aa5 (patch)
treed294feaf4ca198b89dd30bdcc56ad250981151a6 /src/providers/ldap/sdap_async_nested_groups.c
parenta20ce8cd43d72c89e2ea1d65aefe24ba270f040f (diff)
downloadsssd-c683b8d730f4ec838244147d70a0275d53459aa5.tar.gz
sssd-c683b8d730f4ec838244147d70a0275d53459aa5.tar.xz
sssd-c683b8d730f4ec838244147d70a0275d53459aa5.zip
Fix debug messages - trailing '.'
Fix debug messages where '\n' was wrongly followed by '.'. Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
Diffstat (limited to 'src/providers/ldap/sdap_async_nested_groups.c')
-rw-r--r--src/providers/ldap/sdap_async_nested_groups.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ldap/sdap_async_nested_groups.c b/src/providers/ldap/sdap_async_nested_groups.c
index ad5667e59..1eba35ae8 100644
--- a/src/providers/ldap/sdap_async_nested_groups.c
+++ b/src/providers/ldap/sdap_async_nested_groups.c
@@ -1411,7 +1411,7 @@ static void sdap_nested_group_single_done(struct tevent_req *subreq)
talloc_zfree(subreq);
if (ret != EOK) {
DEBUG(SSSDBG_CRIT_FAILURE, "Error processing nested groups "
- "[%d]: %s\n.", ret, strerror(ret));
+ "[%d]: %s.\n", ret, strerror(ret));
tevent_req_error(req, ret);
return;
}