Ver código fonte

Revert changes to Logger.swift

Jonas Björkert 1 ano atrás
pai
commit
1f835ccb6c
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      Trio/Sources/Logger/Logger.swift

+ 2 - 2
Trio/Sources/Logger/Logger.swift

@@ -157,13 +157,13 @@ final class Logger {
             case .apsManager,
                  .bolusState,
                  .businessLogic,
-                 .coreData,
                  .deviceManager,
                  .nightscout,
                  .openAPS,
                  .remoteControl,
                  .service,
-                 .watchManager:
+                 .watchManager,
+                 .coreData:
                 return OSLog(subsystem: subsystem, category: name)
             }
         }