author | Florian Pose <fp@igh-essen.com> |
Mon, 01 Mar 2010 18:39:06 +0100 | |
changeset 1832 | fb6a307daf31 |
parent 1831 | 1875b9fea0ba |
child 1833 | 5adbf2bc48d9 |
--- a/tool/CommandSoeRead.cpp Mon Mar 01 18:33:42 2010 +0100 +++ b/tool/CommandSoeRead.cpp Mon Mar 01 18:39:06 2010 +0100 @@ -108,7 +108,7 @@ 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) {