diff --git a/src/internfile/mh_html.cpp b/src/internfile/mh_html.cpp
index e4d8452f..80277cf1 100644
--- a/src/internfile/mh_html.cpp
+++ b/src/internfile/mh_html.cpp
@@ -77,7 +77,7 @@ bool MimeHandlerHtml::next_document()
map::const_iterator it = m_metaData.find(cstr_charset);
if (it != m_metaData.end() && !it->second.empty()) {
charset = it->second;
- LOGDEB(("MHHtml: next_doc.: input charset from metadata: [%s]\n",
+ LOGDEB(("MHHtml: next_doc.: input charset from ext. metadata: [%s]\n",
charset.c_str()));
}