From 6378586c6915b3bf0bd59d2717c3529d24332fc9 Mon Sep 17 00:00:00 2001 From: medoc Date: Tue, 16 Jul 2013 09:59:16 +0200 Subject: [PATCH] trace --- src/rcldb/rclquery.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rcldb/rclquery.cpp b/src/rcldb/rclquery.cpp index 0400f318..b39f4498 100644 --- a/src/rcldb/rclquery.cpp +++ b/src/rcldb/rclquery.cpp @@ -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 {