diff --git a/FWCore/Services/src/Timing.cc b/FWCore/Services/src/Timing.cc index d69861ea574b8..6d7ca04c0c0fe 100644 --- a/FWCore/Services/src/Timing.cc +++ b/FWCore/Services/src/Timing.cc @@ -6,7 +6,7 @@ // Implementation: // // Original Author: Jim Kowalkowski -// $Id: Timing.cc,v 1.15 2009/02/12 11:53:17 ngarcian Exp $ +// $Id: Timing.cc,v 1.16 2009/03/18 15:39:37 fischler Exp $ // // Change Log // @@ -27,8 +27,8 @@ // by default the behavior will not change, but // there will now be a way to control the verbosity. // -// 4 - mf 3/18/09 The per-event output TimeModule is changed to LogPrint. -// The per-module output TimeModule is changed to LogVerbatim. +// 4 - mf 3/18/09 The per-event output TimeEvent is changed to LogPrint. +// The per-module output TimeModule is changed to LogPrint. // #include "FWCore/Services/interface/Timing.h" @@ -213,7 +213,7 @@ namespace edm { double t = getTime() - curr_module_time_; //edm::LogInfo("TimeModule") if (not summary_only_) { - edm::LogVerbatim("TimeModule") << "TimeModule> " // ChangeLog 4 + edm::LogPrint("TimeModule") << "TimeModule> " // ChangeLog 4 << curr_event_.event() << " " << curr_event_.run() << " " << desc.moduleLabel() << " "