This is an automated email from the git hooks/post-receive script.
mreynolds pushed a change to branch master in repository 389-ds-base.
from 943181d Issue 48059: Add docstrings to CLU tests new 56ed382 Ticket 49368 - Fix typo in log message
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ldap/servers/slapd/filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
This is an automated email from the git hooks/post-receive script.
mreynolds pushed a commit to branch master in repository 389-ds-base.
commit 56ed3821f62c757d5cd515b8c81c36d5d4ed3559 Author: Mark Reynolds mreynolds@redhat.com Date: Tue Aug 29 10:09:22 2017 -0400
Ticket 49368 - Fix typo in log message
Description: Fix typo in log message.
Original patch provided by pj101 (Thanks Andrey!)
https://pagure.io/389-ds-base/issue/49368
Reviewed by: mreynolds --- ldap/servers/slapd/filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ldap/servers/slapd/filter.c b/ldap/servers/slapd/filter.c index 10280a9..fe3525f 100644 --- a/ldap/servers/slapd/filter.c +++ b/ldap/servers/slapd/filter.c @@ -765,7 +765,7 @@ slapi_filter_free(struct slapi_filter *f, int recurse) break;
default: - slapi_log_err(SLAPI_LOG_ERR, "slapi_filter_free", "nknown type 0x%lX\n", + slapi_log_err(SLAPI_LOG_ERR, "slapi_filter_free", "Unknown type 0x%lX\n", f->f_choice); break; }
389-commits@lists.fedoraproject.org