Explorar o código

updated logging message

bunnei %!s(int64=12) %!d(string=hai) anos
pai
achega
01bedbf956
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/core/hw/hw_lcd.cpp

+ 2 - 2
src/core/hw/hw_lcd.cpp

@@ -37,12 +37,12 @@ void Update() {
 /// Initialize hardware
 void Init() {
     g_last_ticks = Core::g_app_core->GetTicks();
-    NOTICE_LOG(LCD, "LCD initialized OK");
+    NOTICE_LOG(LCD, "initialized OK");
 }
 
 /// Shutdown hardware
 void Shutdown() {
-    NOTICE_LOG(LCD, "LCD shutdown OK");
+    NOTICE_LOG(LCD, "shutdown OK");
 }
 
 } // namespace