Skip to content

Commit

Permalink
(#2995) Get correct QC message from sensor values
Browse files Browse the repository at this point in the history
  • Loading branch information
squaregoldfish committed Jan 2, 2025
1 parent 4198f6b commit 3cf4f63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ private void addSensorValue(SensorValue value,
flag = valueFlag;
qcMessage.clear();

if (value.getUserQCMessage().trim().length() > 0) {
if (value.getDisplayQCMessage(allSensorValues).trim().length() > 0) {
qcMessage.add(value.getDisplayQCMessage(allSensorValues));
}
}
Expand Down

0 comments on commit 3cf4f63

Please sign in to comment.