Mailing List Archive

[6839] cherokee/trunk/cherokee/validator_ldap.c: Fixes a compilation issue
Revision: 6839
http://svn.cherokee-project.com/changeset/6839
Author: alo
Date: 2011-09-06 20:07:36 +0200 (Tue, 06 Sep 2011)
Log Message:
-----------
Fixes a compilation issue

Modified Paths:
--------------
cherokee/trunk/cherokee/validator_ldap.c

Modified: cherokee/trunk/cherokee/validator_ldap.c
===================================================================
--- cherokee/trunk/cherokee/validator_ldap.c 2011-09-06 11:51:55 UTC (rev 6838)
+++ cherokee/trunk/cherokee/validator_ldap.c 2011-09-06 18:07:36 UTC (rev 6839)
@@ -302,7 +302,7 @@
cherokee_connection_t *conn)
{
if (cherokee_buffer_is_empty (&props->filter)) {
- TRACE_S (ENTRIES, "Empty filter\n");
+ TRACE (ENTRIES, "Empty filter: %s\n", "Ignoring it");
return ret_ok;
}