This commit is contained in:
medoc 2013-07-16 09:59:16 +02:00
parent b25f2a37e5
commit 6378586c69

View File

@ -353,7 +353,7 @@ int Query::getResCnt()
m_resCnt = m_nq->xmset.get_matches_lower_bound(),
m_db->m_ndb->xrdb, m_reason);
LOGDEB(("Query::getResCnt: %d mS\n", chron.millis()));
LOGDEB(("Query::getResCnt: %d %d mS\n", m_resCnt, chron.millis()));
if (!m_reason.empty())
LOGERR(("xenquire->get_mset: exception: %s\n", m_reason.c_str()));
} else {