summaryrefslogtreecommitdiff
path: root/riff/Shutdown.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'riff/Shutdown.cpp')
-rw-r--r--riff/Shutdown.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/riff/Shutdown.cpp b/riff/Shutdown.cpp
index 3dcd1a9..bfc2d33 100644
--- a/riff/Shutdown.cpp
+++ b/riff/Shutdown.cpp
@@ -31,7 +31,7 @@ int Shutdown::run(DUT* dut)
int error = System_Shutdown(dut->getLCDContext());
if (0 != error)
{
- logger_.log(Logger::ERROR,"LCD ERROR: Device shutdown failed %d", error);
+ logger_.log(Logger::ERR,"LCD ERROR: Device shutdown failed %d", error);
return error;
}