Explorar el Código

revert to a simple display of info message

(cherry picked from commit 1924dd8d22733bb1c5dff9a2377c16e1bcc88a7b)
avouspierre hace 3 años
padre
commit
8760f5615b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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(