Ignore:
Timestamp:
Nov 23, 2009, 6:22:33 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
3d4969
Parents:
09d3b8
Message:

Verbosity corrected for ERROR and WARNING

  • present ERROR and WARNING prefixes removed and placed by eLog() and respective Verbosity().
  • -v... is scanned for number of 'v's and verbosity is set accordingly
  • standard verbosity is now 0.

Signed-off-by: Frederik Heber <heber@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/analyzer.cpp

    r09d3b8 r418117a  
    9494  if (!Hcorrection.ParseFragmentMatrix(argv[1], "", HCORRECTIONSUFFIX,0,0)) {
    9595    NoHCorrection = true;
    96     Log() << Verbose(0) << "No HCorrection file found, skipping these." << endl;
     96    eLog() << Verbose(2) << "No HCorrection file found, skipping these." << endl;
    9797  }
    9898 
     
    100100  if (!Hessian.ParseFragmentMatrix(argv[1], dir, HessianSuffix,0,0)) {
    101101    NoHessian = true;
    102     Log() << Verbose(0) << "No Hessian file found, skipping these." << endl;
     102    eLog() << Verbose(2) << "No Hessian file found, skipping these." << endl;
    103103  }
    104104  if (!Time.ParseFragmentMatrix(argv[1], dir, TimeSuffix, 10,1)) {
    105105    NoTime = true;
    106     Log() << Verbose(0) << "No speed file found, skipping these." << endl;
     106    eLog() << Verbose(2) << "No speed file found, skipping these." << endl;
    107107  }
    108108  if (periode != NULL) { // also look for PAS values
Note: See TracChangeset for help on using the changeset viewer.