This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 9d2e91d  Quieten
9d2e91d is described below

commit 9d2e91daa70ae83d94a0cae7927f2813667c0875
Author: Sebb <[email protected]>
AuthorDate: Sat Aug 29 00:40:44 2020 +0100

    Quieten
---
 tools/archiver.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/archiver.py b/tools/archiver.py
index f4de833..be6a8b0 100755
--- a/tools/archiver.py
+++ b/tools/archiver.py
@@ -407,7 +407,7 @@ class Archiver(object):  # N.B. Also used by import-mbox.py
             except Exception as err:
                 if logger:
                     # N.B. use .get just in case there is no message-id
-                    logger.warning(
+                    logger.info(
                         "Could not generate MID: %s. MSGID: %s",
                         err,
                         msg_metadata.get("message-id", "?").strip(),

Reply via email to