Skip to content

Commit

Permalink
Merge pull request #285 from ianna/gem-geometry-no-warning-if-missing
Browse files Browse the repository at this point in the history
Switch to LogInfo when GEM geometry is not defined
  • Loading branch information
ktf committed Aug 12, 2013
2 parents 3ad8dae + 4502adf commit f6acab1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -72,7 +72,7 @@ GlobalTrackingGeometryESProducer::produce(const GlobalTrackingGeometryRecord& re
record.getRecord<MuonGeometryRecord>().get(gem);
} catch (edm::eventsetup::NoProxyException<GEMGeometry>& e) {
// No GEM geo available
LogWarning("GeometryGlobalTrackingGeometryBuilder") << "No GEM geometry is available.";
LogInfo("GeometryGlobalTrackingGeometryBuilder") << "No GEM geometry is available.";
}

} catch (edm::eventsetup::NoRecordException<MuonGeometryRecord>& e){
Expand Down

0 comments on commit f6acab1

Please sign in to comment.