mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-24 20:32:59 +03:00
Increased verbosity threshold for logging document map.
This commit is contained in:
parent
56da712283
commit
053037816b
@ -46,7 +46,7 @@ namespace Moses
|
||||
this->m_docname.push_back(docname);
|
||||
line >> b;
|
||||
#ifndef NO_MOSES
|
||||
VERBOSE(1, "DOCUMENT MAP " << docname << " " << a << "-" << b+a << std::endl);
|
||||
VERBOSE(2, "DOCUMENT MAP " << docname << " " << a << "-" << b+a << std::endl);
|
||||
#endif
|
||||
for (b += a; a < b; ++a)
|
||||
(*this->m_sid2docid)[a] = docid;
|
||||
|
Loading…
Reference in New Issue
Block a user