mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 21:37:13 +02:00
minor changes and removed W flag not found
This commit is contained in:
@ -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;
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user