Fix debug logging messages
This commit is contained in:
parent
9117c84653
commit
b6e1d224e5
@ -61,9 +61,9 @@ class logger {
|
||||
function status() {
|
||||
switch($logger) {
|
||||
case 0:
|
||||
say "Logging is disabled";
|
||||
say "Debug logging is disabled";
|
||||
case 1:
|
||||
say "Logging is enabled";
|
||||
say "Debug logging is enabled";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user