You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LogManager.shared.log(category:.dexcom, message:"Received nil data from Dexcom")
27
+
LogManager.shared.log(category:.dexcom, message:"Received nil data from Dexcom", limitIdentifier:"Received nil data from Dexcom")
28
28
self.webLoadNSBGData()
29
29
return
30
30
}
@@ -33,7 +33,7 @@ extension MainViewController {
33
33
letlatestDate=data[0].date
34
34
letnow= dateTimeUtils.getNowTimeIntervalUTC()
35
35
if(latestDate +330)< now && IsNightscoutEnabled(){
36
-
LogManager.shared.log(category:.dexcom, message:"Dexcom data is old, loading from NS instead")
36
+
LogManager.shared.log(category:.dexcom, message:"Dexcom data is old, loading from NS instead", limitIdentifier:"Dexcom data is old, loading from NS instead")
0 commit comments