rcldb: change flush log message level to INF
This commit is contained in:
parent
f978ec46e6
commit
036e1da6b4
@ -1947,7 +1947,7 @@ bool Db::maybeflush(int64_t moretext)
|
|||||||
if (m_flushMb > 0) {
|
if (m_flushMb > 0) {
|
||||||
m_curtxtsz += moretext;
|
m_curtxtsz += moretext;
|
||||||
if ((m_curtxtsz - m_flushtxtsz) / MB >= m_flushMb) {
|
if ((m_curtxtsz - m_flushtxtsz) / MB >= m_flushMb) {
|
||||||
LOGDEB("Db::add/delete: txt size >= " << m_flushMb <<
|
LOGINF("Db::add/delete: txt size >= " << m_flushMb <<
|
||||||
" Mb, flushing\n");
|
" Mb, flushing\n");
|
||||||
return doFlush();
|
return doFlush();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user