From b1f28106ec7840baf2b1a05bd67235761231e240 Mon Sep 17 00:00:00 2001 From: Andy Rozman Date: Sun, 6 Jun 2021 22:54:35 +0100 Subject: [PATCH] - log fixing --- .../plugins/pump/medtronic/data/MedtronicHistoryData.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/medtronic/src/main/java/info/nightscout/androidaps/plugins/pump/medtronic/data/MedtronicHistoryData.kt b/medtronic/src/main/java/info/nightscout/androidaps/plugins/pump/medtronic/data/MedtronicHistoryData.kt index 28ce753ee8..f5a2ce8135 100644 --- a/medtronic/src/main/java/info/nightscout/androidaps/plugins/pump/medtronic/data/MedtronicHistoryData.kt +++ b/medtronic/src/main/java/info/nightscout/androidaps/plugins/pump/medtronic/data/MedtronicHistoryData.kt @@ -491,7 +491,7 @@ class MedtronicHistoryData @Inject constructor( if (!multiwave) { val entryWithTempId = findDbEntry(bolus, boluses) - aapsLogger.debug(LTag.PUMP, String.format("DD: entryWithTempId=%s", entryWithTempId)) + aapsLogger.debug(LTag.PUMP, "DD: entryWithTempId=$entryWithTempId") if (entryWithTempId != null) { aapsLogger.debug(LTag.PUMP, String.format("DD: entryWithTempId.bolusData=%s", if (entryWithTempId.bolusData == null) "null" else entryWithTempId.bolusData))