Skip to content

Commit

Permalink
propagate the change in Tracer parameter dumpContextForLabels to the …
Browse files Browse the repository at this point in the history
…configurations using it
  • Loading branch information
fwyzard committed Oct 28, 2013
1 parent d2dbdc7 commit cd8b9f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 cd8b9f1

Please sign in to comment.