diff --git a/tool/CommandSoeRead.cpp b/tool/CommandSoeRead.cpp index ec8df18ef9bb753950e29439f8957668b859f4e2..aeac0ad82d761aa9ade7ddceebeba887256056df 100644 --- a/tool/CommandSoeRead.cpp +++ b/tool/CommandSoeRead.cpp @@ -108,7 +108,7 @@ void CommandSoeRead::execute(const StringVector &args) m.readSoe(&data); } catch (MasterDeviceSoeException &e) { delete [] data.data; - err << "CoE read command aborted with code 0x" + err << "SoE read command aborted with code 0x" << setfill('0') << hex << setw(4) << e.errorCode; throwCommandException(err); } catch (MasterDeviceException &e) {