Skip to content

Commit 8f0456e

Browse files
committed
removed log warning roc fw check
1 parent 1f74025 commit 8f0456e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

doc/releaseNotes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,3 +457,6 @@ This file describes the main feature changes for each readout.exe released versi
457457

458458
## v2.10.3 - 05/05/2022
459459
- Bug fixed in the readout TF rate regulator (was ineffective after 35 minutes = 2^31 microseconds - wrong variable width in a conversion).
460+
461+
## next version
462+
- Changed level of "Bypassing RORC firmware compatibility check", retrograded from support warning to developper info.

src/ReadoutEquipmentRORC.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ ReadoutEquipmentRORC::ReadoutEquipmentRORC(ConfigFile& cfg, std::string name) :
102102
// configuration parameter: | equipment-rorc-* | firmwareCheckEnabled | int | 1 | If set, RORC driver checks compatibility with detected firmware. Use 0 to bypass this check (eg new fw version not yet recognized by ReadoutCard version). |
103103
cfg.getOptionalValue<int>(name + ".firmwareCheckEnabled", cfgFirmwareCheckEnabled);
104104
if (!cfgFirmwareCheckEnabled) {
105-
theLog.log(LogWarningSupport_(3002), "Bypassing RORC firmware compatibility check");
105+
theLog.log(LogInfoDevel_(3002), "Bypassing RORC firmware compatibility check");
106106
}
107107

108108
// configuration parameter: | equipment-rorc-* | debugStatsEnabled | int | 0 | If set, enable extra statistics about internal buffers status. (printed to stdout when stopping) |

0 commit comments

Comments
 (0)