This commit is contained in:
Florian Pose 2010-03-01 18:39:06 +01:00
parent 3850763eca
commit 6cb3e103f9
1 changed files with 1 additions and 1 deletions

View File

@ -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) {