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