Skip to content

Commit

Permalink
Merge pull request #1198 from fwyzard/Tracer_dumpContextForLabel_vstring
Browse files Browse the repository at this point in the history
propagate the change in Tracer dumpContextForLabels
  • Loading branch information
ktf committed Oct 28, 2013
2 parents 4443785 + cd8b9f1 commit b33ebc4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -17,7 +17,7 @@
)

process.Tracer = cms.Service('Tracer',
dumpContextForLabel = cms.untracked.string('one')
dumpContextForLabels = cms.untracked.vstring('one')
)

process.MessageLogger = cms.Service("MessageLogger",
Expand Down
2 changes: 1 addition & 1 deletion FWCore/Integration/test/testGetBy1_cfg.py
Expand Up @@ -3,7 +3,7 @@
process = cms.Process("PROD1")

process.Tracer = cms.Service('Tracer',
dumpContextForLabel = cms.untracked.string('intProducerA'),
dumpContextForLabels = cms.untracked.vstring('intProducerA'),
dumpNonModuleContext = cms.untracked.bool(True)
)

Expand Down
2 changes: 1 addition & 1 deletion FWCore/Integration/test/testGetBy2_cfg.py
Expand Up @@ -3,7 +3,7 @@
process = cms.Process("PROD2")

process.Tracer = cms.Service('Tracer',
dumpContextForLabel = cms.untracked.string('intProducer'),
dumpContextForLabels = cms.untracked.vstring('intProducer'),
dumpNonModuleContext = cms.untracked.bool(True)
)

Expand Down

0 comments on commit b33ebc4

Please sign in to comment.