소스 검색

revert to a simple display of info message

avouspierre 3 년 전
부모
커밋
1924dd8d22
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      FreeAPS/Sources/Logger/Logger.swift

+ 1 - 1
FreeAPS/Sources/Logger/Logger.swift

@@ -228,7 +228,7 @@ final class Logger {
         os_log("%@ - %@ - %d %{public}@", log: log, type: .info, file.file, function, line, printedMessage)
         reporter.log(category.name, printedMessage, file: file, function: function, line: line)
 
-        showAlert(message, type: .warning)
+        showAlert(message, type: .info)
     }
 
     func warning(