minor changes and removed W flag not found

This commit is contained in:
Erik Frojdh
2019-01-11 11:07:50 +01:00
parent 288ef0a514
commit c6a597c3ec
3 changed files with 7 additions and 6 deletions

View File

@ -480,8 +480,8 @@ private:
/**
* Print all variables
*/
void Print() const {
GeneralData::Print();
void Print(TLogLevel level = logDEBUG1) const {
GeneralData::Print(level);
FILE_LOG(logINFO) << "Bytes Per Adc: " << bytesPerAdc;
}
};