Ivan Valkou пре 5 година
родитељ
комит
aefcd0251e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      FreeAPS/Sources/APS/APSManager.swift

+ 1 - 1
FreeAPS/Sources/APS/APSManager.swift

@@ -226,7 +226,7 @@ final class BaseAPSManager: APSManager, Injectable {
         }
 
         guard glucoseStorage.isGlucoseNotFlat() else {
-            debug(.apsManager, "Glucose data is stale")
+            debug(.apsManager, "Glucose data is too flat")
             processError(APSError.glucoseError(message: "Glucose data is too flat"))
             return Just(false).eraseToAnyPublisher()
         }