Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62270
b: refs/heads/l1tmuon-upgrade-dev
c: b9df3e9
h: refs/heads/l1tmuon-upgrade-dev
  • Loading branch information
Mark Steven Fischler committed Mar 18, 2009
1 parent d3b2a12 commit 099d763
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/l1tmuon-upgrade-dev: 0c5aba5710e481f8276e01c9584b643d33f0aa85
refs/heads/l1tmuon-upgrade-dev: b9df3e97e08ff896fdeeca176888792d90024aba
8 changes: 4 additions & 4 deletions trunk/FWCore/Services/src/Timing.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand All @@ -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"
Expand Down Expand Up @@ -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() << " "
Expand Down

0 comments on commit 099d763

Please sign in to comment.