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/molecule_fragmentation.cpp

    r09d3b8 r418117a  
    441441    // transmorph graph keyset list into indexed KeySetList
    442442    if (GlobalKeySetList == NULL) {
    443       Log() << Verbose(1) << "ERROR: Given global key set list (graph) is NULL!" << endl;
     443      eLog() << Verbose(1) << "Given global key set list (graph) is NULL!" << endl;
    444444      return false;
    445445    }
     
    898898      }
    899899    } else {
    900       Log() << Verbose(0) << "ERROR: Son " << Runner->Name << " has father " << FatherOfRunner->Name << " but its entry in SonList is " << SonList[FatherOfRunner->nr] << "!" << endl;
     900      eLog() << Verbose(1) << "Son " << Runner->Name << " has father " << FatherOfRunner->Name << " but its entry in SonList is " << SonList[FatherOfRunner->nr] << "!" << endl;
    901901    }
    902902    if ((LonelyFlag) && (Leaf->AtomCount > 1)) {
     
    11331133        Log() << Verbose(0) << endl;
    11341134        //if (!CheckForConnectedSubgraph(FragmentSearch->FragmentSet))
    1135           //Log() << Verbose(0) << "ERROR: The found fragment is not a connected subgraph!" << endl;
     1135          //eLog() << Verbose(1) << "The found fragment is not a connected subgraph!" << endl;
    11361136        InsertFragmentIntoGraph(FragmentSearch);
    11371137      }
Note: See TracChangeset for help on using the changeset viewer.