From d96c677c489681301cef28bc8d223ea3ed1e140d Mon Sep 17 00:00:00 2001 From: William Edwards Date: Thu, 20 Jun 2024 22:27:05 -0700 Subject: [PATCH] chore(Relase): update comment --- core/systems/debug/log.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/systems/debug/log.gd b/core/systems/debug/log.gd index e4347188..540ce146 100644 --- a/core/systems/debug/log.gd +++ b/core/systems/debug/log.gd @@ -13,7 +13,7 @@ enum LEVEL { WARN, ## Log warnings and errors INFO, ## Log info, warnings, and errors DEBUG, ## Log debug, info, warnings, and errors - TRACE, ## Log everything + TRACE, ## Log everything, you monster } ## Returns a named logger for logging