log message level

This commit is contained in:
Jean-Francois Dockes 2020-03-27 17:18:41 +01:00
parent 90dd64fc61
commit d1c99e83d7

View File

@ -94,7 +94,7 @@ bool MimeHandlerExecMultiple::readDataElement(string& name, string &data)
// Empty line (end of message) ? // Empty line (end of message) ?
if (!ibuf.compare("\n")) { if (!ibuf.compare("\n")) {
LOGDEB("MHExecMultiple: Got empty line\n"); LOGDEB1("MHExecMultiple: Got empty line\n");
name.clear(); name.clear();
return true; return true;
} }