diff --git a/Reconstruction/RecoAlgs/CaloRingerAlgs/python/CaloRingerFlags.py b/Reconstruction/RecoAlgs/CaloRingerAlgs/python/CaloRingerFlags.py index 404b65ab94bf82d5a46946aa6f9c9dc26e3fce8d..034d9ec52198e4fbc361751bec777b230f7c6a77 100644 --- a/Reconstruction/RecoAlgs/CaloRingerAlgs/python/CaloRingerFlags.py +++ b/Reconstruction/RecoAlgs/CaloRingerAlgs/python/CaloRingerFlags.py @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration +# Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration #======================================================================= # File: CaloRingerAlgs/python/CaloRingerFlags.py @@ -43,13 +43,13 @@ class CaloRingerFlagsJobProperty(JobProperty): return False jobproperties.CaloRingerFlags.add_JobProperty(CaloRingerFlagsJobProperty) -from AthenaCommon.Logging import logging +from AthenaCommon import Constants class OutputLevel(CaloRingerFlagsJobProperty): """ switch for all CaloRinger algorithms and tools """ statusOn = True allowedTypes = ['int'] - StoredValue = logging.INFO + StoredValue = Constants.INFO jobproperties.CaloRingerFlags.add_JobProperty(OutputLevel) #=======================================================================