From 715a250e661b48e5d7844f319387605bcd06c084 Mon Sep 17 00:00:00 2001
From: Frank Winklmeier <frank.winklmeier@cern.ch>
Date: Mon, 14 Oct 2019 18:33:13 +0200
Subject: [PATCH] TrigCOOLUpdateHelper: Minor fix to debug message

Improve message for invalidating IOVs.
---
 .../TrigControl/TrigServices/src/TrigCOOLUpdateHelper.cxx     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/HLT/Trigger/TrigControl/TrigServices/src/TrigCOOLUpdateHelper.cxx b/HLT/Trigger/TrigControl/TrigServices/src/TrigCOOLUpdateHelper.cxx
index 60f483a1280..2fbd227acef 100644
--- a/HLT/Trigger/TrigControl/TrigServices/src/TrigCOOLUpdateHelper.cxx
+++ b/HLT/Trigger/TrigControl/TrigServices/src/TrigCOOLUpdateHelper.cxx
@@ -163,8 +163,8 @@ StatusCode TrigCOOLUpdateHelper::resetFolder(const std::string& folder,
   }
        
   // Invalidate IOV range
-  ATH_MSG_DEBUG("Setting IOV range of " << folder << " to " << iov_range);
-    
+  ATH_MSG_DEBUG("Invalidating IOV range of " << folder << " by setting it to " << iov_range);
+
   if ((m_iovSvc->setRange(clid, key, iov_range, "StoreGateSvc")).isFailure()) {
     ATH_MSG_WARNING("Could not set IOV range for " << folder << " to " << iov_range);
     return StatusCode::FAILURE;        
-- 
GitLab