mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
Fix debug msg (sync with HEAD)
This commit is contained in:
parent
e2dfcf34f2
commit
4d66340495
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue