wrong logging tag

This commit is contained in:
Milos Kozak 2021-11-28 22:40:33 +01:00
parent 9ca1ab1f83
commit 28a6a0a8ab

View file

@ -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,