From f367940b2822f1c7a3a5bc07d383f2c7457e3883 Mon Sep 17 00:00:00 2001 From: Walter Lampl <Walter.Lampl@cern.ch> Date: Fri, 4 Dec 2020 15:16:02 +0100 Subject: [PATCH] RecoUtils: Tweak MessageSvc.Format to ensure a blank space before WARNING --- Reconstruction/RecExample/RecExCommon/share/RecoUtils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reconstruction/RecExample/RecExCommon/share/RecoUtils.py b/Reconstruction/RecExample/RecExCommon/share/RecoUtils.py index de4bcb134068..05a4f115db4c 100644 --- a/Reconstruction/RecExample/RecExCommon/share/RecoUtils.py +++ b/Reconstruction/RecExample/RecExCommon/share/RecoUtils.py @@ -199,7 +199,7 @@ if not rec.OutputLevel.isDefault(): if jobproperties.ConcurrencyFlags.NumThreads() > 0: ServiceMgr.MessageSvc.Format = "% F%50W%C%4W%R%e%s%8W%R%T %0W%M" else: - ServiceMgr.MessageSvc.Format = "% F%50W%C%7W%R%T %0W%M" + ServiceMgr.MessageSvc.Format = "% F%50W%C%8W%R%T %0W%M" #ServiceMgr.MessageSvc.defaultLimit = 9999999 # all messages -- GitLab