diff --git a/src/internfile/internfile.cpp b/src/internfile/internfile.cpp index 843f82e9..55a1339e 100644 --- a/src/internfile/internfile.cpp +++ b/src/internfile/internfile.cpp @@ -536,6 +536,8 @@ bool FileInterner::dijontorcl(Rcl::Doc& doc) it->first == cstr_dj_keycharset) { // don't need/want these. } else { + LOGDEB2("dijontorcl: " << m_cfg->fieldCanon(it->first) << " -> " << + it->second << endl); doc.addmeta(m_cfg->fieldCanon(it->first), it->second); } }