typo in log
This commit is contained in:
parent
2aaa7f42d6
commit
85744548d8
|
@ -412,7 +412,7 @@ public class IobCobCalculatorPlugin implements PluginBase {
|
|||
//log.debug("Locking detectSensitivity");
|
||||
synchronized (dataLock) {
|
||||
if (autosensDataTable == null || autosensDataTable.size() < 4) {
|
||||
log.debug("No bucketed data available");
|
||||
log.debug("No autosens data available");
|
||||
return new AutosensResult();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue