aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hw
diff options
context:
space:
mode:
authorGravatar bunnei <ericbunnie@gmail.com>2014-04-10 22:49:12 -0400
committerGravatar bunnei <ericbunnie@gmail.com>2014-04-10 22:49:12 -0400
commit01bedbf956a261fb339eba6901716510cc8c9ca2 (patch)
tree8ba36c57b60923b14ac5240b6c2b89ce64efff9f /src/core/hw
parent5d95bb98434b8e7cd67010f6064ccdb69c1222bb (diff)
updated logging message
Diffstat (limited to 'src/core/hw')
-rw-r--r--src/core/hw/hw_lcd.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hw/hw_lcd.cpp b/src/core/hw/hw_lcd.cpp
index fd783a84..9fb485ba 100644
--- a/src/core/hw/hw_lcd.cpp
+++ b/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