From d1c99e83d7fd180586ae3dbc362be0d3771d4497 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Fri, 27 Mar 2020 17:18:41 +0100 Subject: [PATCH] log message level --- src/internfile/mh_execm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internfile/mh_execm.cpp b/src/internfile/mh_execm.cpp index ab5e02a9..432529a3 100644 --- a/src/internfile/mh_execm.cpp +++ b/src/internfile/mh_execm.cpp @@ -94,7 +94,7 @@ bool MimeHandlerExecMultiple::readDataElement(string& name, string &data) // Empty line (end of message) ? if (!ibuf.compare("\n")) { - LOGDEB("MHExecMultiple: Got empty line\n"); + LOGDEB1("MHExecMultiple: Got empty line\n"); name.clear(); return true; }