loglevel
This commit is contained in:
parent
17bcce5b98
commit
c05deda615
@ -119,7 +119,7 @@ bool Db::Native::subDocs(const string &udi, vector<Xapian::docid>& docids)
|
|||||||
LOGERR(("Rcl::Db::subDocs: %s\n", m_rcldb->m_reason.c_str()));
|
LOGERR(("Rcl::Db::subDocs: %s\n", m_rcldb->m_reason.c_str()));
|
||||||
return false;
|
return false;
|
||||||
} else {
|
} else {
|
||||||
LOGDEB(("Db::Native::subDocs: returning %d ids\n", docids.size()));
|
LOGDEB0(("Db::Native::subDocs: returning %d ids\n", docids.size()));
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user