Explorar el Código

Change category for debug log

Jonas Björkert hace 1 año
padre
commit
c42ddd03ab
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Trio/Sources/Application/TrioApp.swift

+ 1 - 1
Trio/Sources/Application/TrioApp.swift

@@ -97,7 +97,7 @@ import Swinject
             do {
                 try await BuildDetails.shared.handleExpireDateChange()
             } catch {
-                debug(.nightscout, "Failed to handle expire date change: \(error)")
+                debug(.default, "Failed to handle expire date change: \(error)")
             }
         }
     }