change shutdown log msg

This commit is contained in:
2025-10-23 21:18:37 +02:00
parent 9d8dad7ea1
commit 51ae8c7ab2
+1 -1
View File
@@ -9,6 +9,6 @@ int stk_init(void)
int stk_shutdown(void) int stk_shutdown(void)
{ {
stk_log(stdout, "stk shutdown"); stk_log(stdout, "[stk] stk shutdown");
return 0; return 0;
} }