log message level
This commit is contained in:
parent
90dd64fc61
commit
d1c99e83d7
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user