Switch to unified view

a/src/internfile/mh_html.cpp b/src/internfile/mh_html.cpp
...
...
39
39
40
40
41
bool MimeHandlerHtml::set_document_file(const string &fn)
41
bool MimeHandlerHtml::set_document_file(const string &fn)
42
{
42
{
43
    LOGDEB0(("textHtmlToDoc: %s\n", fn.c_str()));
43
    LOGDEB0(("textHtmlToDoc: %s\n", fn.c_str()));
44
    RecollFilter::set_document_file(fn);
44
    string otext;
45
    string otext;
45
    if (!file_to_string(fn, otext)) {
46
    if (!file_to_string(fn, otext)) {
46
    LOGINFO(("textHtmlToDoc: cant read: %s\n", fn.c_str()));
47
    LOGINFO(("textHtmlToDoc: cant read: %s\n", fn.c_str()));
47
    return false;
48
    return false;
48
    }
49
    }