From f813ffdc4ebdc9a3d13c130b38aed09c1eb1a86b Mon Sep 17 00:00:00 2001
From: Fabrice Le Goff <fabrice.le.goff@cern.ch>
Date: Mon, 10 Sep 2018 18:11:39 +0200
Subject: [PATCH] change log level: what is going to be retried is a warning
 not a critical

---
 Script/CopyThread.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Script/CopyThread.py b/Script/CopyThread.py
index eebdca8..6409e2e 100644
--- a/Script/CopyThread.py
+++ b/Script/CopyThread.py
@@ -313,7 +313,7 @@ class CopyThread(threading.Thread):
                 if remote_filesize:
                     # It is possible that the backend experienced an issue
                     if checksum is None:
-                        self.logger.critical('backend sizechecksum error for file %s: '
+                        self.logger.warning('backend sizechecksum error for file %s: '
                                 'filesize=%s, checksum=%s ; will retry later',
                                 CastorFile, str(remote_filesize), str(checksum))
                         # retry later
-- 
GitLab