Explorar o código

fix debug message

Ivan Valkou %!s(int64=5) %!d(string=hai) anos
pai
achega
aefcd0251e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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()
         }