Fix constant name (LOG_EMERGE -> LOG_EMERG)

This commit is contained in:
Aleksander Machniak 2023-06-10 09:25:55 +02:00
parent 4a15d64a69
commit 6841eb8207

View file

@ -63,7 +63,7 @@ class RcubeLogger implements Logger
}
break;
case LOG_EMERGE:
case LOG_EMERG:
case LOG_ALERT:
case LOG_CRIT:
case LOG_ERR: