]> git.mxchange.org Git - friendica.git/commitdiff
switch case
authorPhilipp Holzer <admin+github@philipp.info>
Tue, 22 Oct 2019 20:48:54 +0000 (22:48 +0200)
committerPhilipp Holzer <admin+github@philipp.info>
Tue, 22 Oct 2019 20:48:54 +0000 (22:48 +0200)
src/Factory/LoggerFactory.php

index d177faf7a93081941ba99998d6ec9d36516bd31b..f21fe9b7f50fa04f6de3f7b24fecc42a34bc5b20 100644 (file)
@@ -225,9 +225,9 @@ class LoggerFactory
                        case "3":
                                return LogLevel::INFO;
                        // legacy DATA
-                       case "5":
-                       // legacy ALL
                        case "4":
+                       // legacy ALL
+                       case "5":
                                return LogLevel::DEBUG;
                        // default if nothing set
                        default: