diff options
author | Jan Zeleny <jzeleny@redhat.com> | 2012-06-15 11:07:46 -0400 |
---|---|---|
committer | Jan Zeleny <jzeleny@redhat.com> | 2012-06-15 13:22:15 +0200 |
commit | 00399326b12359984173870f94c7ae53541a4323 (patch) | |
tree | 375208f54294202b9ea69d2bff9fa57a27542e40 | |
parent | 1268a628a26a21efabeb97d2619933d1c1b2d979 (diff) | |
download | sssd-00399326b12359984173870f94c7ae53541a4323.tar.gz sssd-00399326b12359984173870f94c7ae53541a4323.tar.xz sssd-00399326b12359984173870f94c7ae53541a4323.zip |
Fixed debug message in sdap_save_group()
-rw-r--r-- | src/providers/ldap/sdap_async_groups.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ldap/sdap_async_groups.c b/src/providers/ldap/sdap_async_groups.c index 2d4e553f4..3c3a954e4 100644 --- a/src/providers/ldap/sdap_async_groups.c +++ b/src/providers/ldap/sdap_async_groups.c @@ -390,7 +390,7 @@ static int sdap_save_group(TALLOC_CTX *memctx, goto fail; } - DEBUG(SSSDBG_TRACE_FUNC, ("Adding ghost member [%s] for group [%]s\n", + DEBUG(SSSDBG_TRACE_FUNC, ("Adding ghost member [%s] for group [%s]\n", (char *)value.ptr, name)); el->values[el->num_values].data = (uint8_t *)talloc_strdup(el->values, value.ptr); if (el->values[el->num_values].data == NULL) { |