Changeset 12620
- Timestamp:
- 11/22/11 23:58:29 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/EventBuilderWrapper.h
r12617 r12620 580 580 { 581 581 ostringstream str; 582 str << "runOpen - Missed run " << it->first << "." << endl;582 str << "runOpen - Missed run " << it->first << "."; 583 583 fMsg.Info(str); 584 584 … … 593 593 { 594 594 ostringstream str; 595 str << "runOpen - Run " << runid << " wasn't expected." << endl;595 str << "runOpen - Run " << runid << " wasn't expected."; 596 596 fMsg.Warn(str); 597 597 } … … 1010 1010 { 1011 1011 ostringstream str; 1012 str << "gotNewRun - Missed run " << *it << "." << endl;1012 str << "gotNewRun - Missed run " << *it << "."; 1013 1013 fMsg.Info(str); 1014 1014 … … 1023 1023 { 1024 1024 ostringstream str; 1025 str << "gotNewRun - Not waiting for run " << runnr << "." << endl;1025 str << "gotNewRun - Not waiting for run " << runnr << "."; 1026 1026 fMsg.Warn(str); 1027 1027 return; … … 1032 1032 { 1033 1033 ostringstream str; 1034 str << "gotNewRun - Run " << runnr << " wasn't expected." << endl;1034 str << "gotNewRun - Run " << runnr << " wasn't expected."; 1035 1035 fMsg.Warn(str); 1036 1036 return;
Note:
See TracChangeset
for help on using the changeset viewer.