diff --git a/src/VERSION b/src/VERSION index 20d2e83e..68d11a5d 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -1.25.16~pre1 +1.25.16~pre2 diff --git a/src/common/syngroups.cpp b/src/common/syngroups.cpp index 70a2fe58..949b732c 100644 --- a/src/common/syngroups.cpp +++ b/src/common/syngroups.cpp @@ -184,9 +184,12 @@ bool SynGroups::setfile(const string& fn) for (const auto& word : words) { m->terms[word] = m->groups.size()-1; } - LOGDEB1("SynGroups::setfile: group: [" << + LOGDEB0("SynGroups::setfile: group: [" << stringsToString(m->groups.back()) << "]\n"); } + # Some stats + LOGDEB("SynGroups::setfile: got " << m_groups.size() << + " distinct terms." << endl; m->ok = true; m->setpath(fn); return true;