- Timestamp:
- 05/23/13 19:10:39 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Configuration.cc
r15001 r16091 759 759 void Configuration::PrintUnknown() const 760 760 { 761 if ( fUnknownCommandline.size())761 if (!fUnknownCommandline.empty()) 762 762 { 763 763 cout << "Unknown commandline options:" << endl; … … 765 765 } 766 766 767 if ( fUnknownConfigfile.size())767 if (!fUnknownConfigfile.empty()) 768 768 { 769 769 cout << "Unknown options in configfile:" << endl; … … 771 771 } 772 772 773 if ( fUnknownEnvironment.size())773 if (!fUnknownEnvironment.empty()) 774 774 { 775 775 cout << "Unknown environment variables:" << endl; … … 777 777 } 778 778 779 if ( fUnknownDatabase.size())779 if (!fUnknownDatabase.empty()) 780 780 { 781 781 cout << "Unknown database entry:" << endl;
Note:
See TracChangeset
for help on using the changeset viewer.