]> git.sur5r.net Git - openldap/commitdiff
Fix debug msg (sync with HEAD)
authorHoward Chu <hyc@openldap.org>
Wed, 24 Oct 2007 01:26:19 +0000 (01:26 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 24 Oct 2007 01:26:19 +0000 (01:26 +0000)
servers/slapd/overlays/pcache.c

index c42eaa9e05ec898f97802c5f40b79fa855b441c6..453e48226a7f343ee1eeb64e81f4324e8a1b8441 100644 (file)
@@ -1258,7 +1258,7 @@ pcache_op_search(
                                continue;
                        cacheable = 1;
                        template_id = i;
-                       Debug( LDAP_DEBUG_NONE, "Entering QC, querystr = %s\n",
+                       Debug( pcache_debug, "Entering QC, querystr = %s\n",
                                        op->ors_filterstr.bv_val, 0, 0 );
                        answerable = (*(qm->qcfunc))(op, qm, &query, i);