Fix constant name (LOG_EMERGE -> LOG_EMERG)
This commit is contained in:
parent
4a15d64a69
commit
6841eb8207
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class RcubeLogger implements Logger
|
|||
}
|
||||
break;
|
||||
|
||||
case LOG_EMERGE:
|
||||
case LOG_EMERG:
|
||||
case LOG_ALERT:
|
||||
case LOG_CRIT:
|
||||
case LOG_ERR:
|
||||
|
|
Loading…
Add table
Reference in a new issue