From 17cc45f5c3a5f00964b7daed6f4b030e5eb88fca Mon Sep 17 00:00:00 2001 From: neru Date: Thu, 8 May 2025 13:41:35 -0300 Subject: [PATCH] style: change init msg --- lua/CC Tweaked/tutel/tutel-host.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/CC Tweaked/tutel/tutel-host.lua b/lua/CC Tweaked/tutel/tutel-host.lua index 3eef232..0d16d1d 100644 --- a/lua/CC Tweaked/tutel/tutel-host.lua +++ b/lua/CC Tweaked/tutel/tutel-host.lua @@ -478,7 +478,7 @@ end --[[ main ]] -log.general("tutel host init") +log.general("init") while shouldRun do updateScreen()