summaryrefslogtreecommitdiff
path: root/riff/DUT.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'riff/DUT.cpp')
-rw-r--r--riff/DUT.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/riff/DUT.cpp b/riff/DUT.cpp
index 6019518..747727d 100644
--- a/riff/DUT.cpp
+++ b/riff/DUT.cpp
@@ -31,7 +31,7 @@ using namespace std;
do { \
if (0 != error) \
{ \
- logger_.log(Logger::ERROR,"COMMAND ERROR: %s %d", message, error); \
+ logger_.log(Logger::ERR,"COMMAND ERROR: %s %d", message, error); \
usb_destroy_device(commDevice_, error); \
errorcode_ = error; \
return; \
@@ -59,7 +59,7 @@ DUT::~DUT()
int error = DestroyContext(&lcdContext_);
if (0 != error) {
- logger_.log(Logger::ERROR, "LCD ERROR: Failed to destroy LCD context %d", error);
+ logger_.log(Logger::ERR, "LCD ERROR: Failed to destroy LCD context %d", error);
} else {
logger_.log(Logger::INFO, "LCD context destroyed successfully");
}