summaryrefslogtreecommitdiff
path: root/riff/EraseArea.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'riff/EraseArea.cpp')
-rw-r--r--riff/EraseArea.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/riff/EraseArea.cpp b/riff/EraseArea.cpp
index 3de8ed0..0198c6b 100644
--- a/riff/EraseArea.cpp
+++ b/riff/EraseArea.cpp
@@ -29,12 +29,12 @@ EraseArea::EraseArea(const char* path, uint64 start, uint64 length):
int EraseArea::run(DUT* dut)
{
- logger_.log(Logger::PROGRESS, "Erasing area...");
+ logger_.log(Logger::PROGRESS, "Erasing area...");
int error = Flash_EraseArea(dut->getLCDContext(), pchPath, uiStart, uiLength);
if (0 != error)
{
- logger_.log(Logger::ERROR,"LCD ERROR: Erase area failed %d", error);
+ logger_.log(Logger::ERR,"LCD ERROR: Erase area failed %d", error);
return error;
}