summaryrefslogtreecommitdiff
path: root/riff/Shutdown.cpp
diff options
context:
space:
mode:
authorSrimanta Panda <srimanta.panda@stericsson.com>2011-10-13 10:17:16 +0200
committerSrimanta Panda <srimanta.panda@stericsson.com>2011-10-13 10:27:32 +0200
commit7b1ae2029ad33a38e1e718a33e2879325b389332 (patch)
treea86e4cb793dff0147649c5731b46981ac701fed5 /riff/Shutdown.cpp
parentfac26f795cf96ec624a3a334ba9b78ea2d86811d (diff)
Added Windows Support
RIFF will be supported for the Windows platform. It requires libusb-win32 library to build it.
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;
}