diff -r 2c22f3bea8ba -r a89e2bedf004 tool/CommandSoeRead.cpp --- a/tool/CommandSoeRead.cpp Fri Mar 19 13:27:08 2010 +0100 +++ b/tool/CommandSoeRead.cpp Thu Apr 29 14:05:15 2010 +0200 @@ -28,7 +28,6 @@ ****************************************************************************/ #include -#include using namespace std; #include "CommandSoeRead.h" @@ -127,8 +126,7 @@ m.readSoe(&ioctl); } catch (MasterDeviceSoeException &e) { delete [] ioctl.data; - err << "SoE read command aborted with code 0x" - << setfill('0') << hex << setw(4) << e.errorCode; + err << "SoE read command failed with code " << errorMsg(e.errorCode); throwCommandException(err); } catch (MasterDeviceException &e) { delete [] ioctl.data;