Increased verbosity threshold for logging document map.

This commit is contained in:
Ulrich Germann 2015-07-23 00:08:33 +01:00
parent 56da712283
commit 053037816b

View File

@ -46,7 +46,7 @@ namespace Moses
this->m_docname.push_back(docname); this->m_docname.push_back(docname);
line >> b; line >> b;
#ifndef NO_MOSES #ifndef NO_MOSES
VERBOSE(1, "DOCUMENT MAP " << docname << " " << a << "-" << b+a << std::endl); VERBOSE(2, "DOCUMENT MAP " << docname << " " << a << "-" << b+a << std::endl);
#endif #endif
for (b += a; a < b; ++a) for (b += a; a < b; ++a)
(*this->m_sid2docid)[a] = docid; (*this->m_sid2docid)[a] = docid;