소스 검색

Change category for debug log

Jonas Björkert 1 년 전
부모
커밋
c42ddd03ab
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Trio/Sources/Application/TrioApp.swift

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

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