Fix debug logging messages

This commit is contained in:
themodernhakr 2025-03-11 17:12:53 -05:00
parent 9117c84653
commit b6e1d224e5

View File

@ -61,9 +61,9 @@ class logger {
function status() { function status() {
switch($logger) { switch($logger) {
case 0: case 0:
say "Logging is disabled"; say "Debug logging is disabled";
case 1: case 1:
say "Logging is enabled"; say "Debug logging is enabled";
} }
} }