wrong logging tag
This commit is contained in:
parent
9ca1ab1f83
commit
28a6a0a8ab
|
@ -402,7 +402,7 @@ class IobCobCalculatorPlugin @Inject constructor(
|
|||
scheduledEvent = event
|
||||
scheduledHistoryPost = historyWorker.schedule({
|
||||
synchronized(this) {
|
||||
aapsLogger.debug(LTag.DATABASE, "Running newHistoryData")
|
||||
aapsLogger.debug(LTag.AUTOSENS, "Running newHistoryData")
|
||||
newHistoryData(
|
||||
event.oldDataTimestamp,
|
||||
event.reloadBgData,
|
||||
|
|
Loading…
Reference in a new issue