# HG changeset patch # User Florian Pose # Date 1267465146 -3600 # Node ID fb6a307daf31f987ddf49a1332986330e1a54b53 # Parent 1875b9fea0ba5cc1dced5e90272e146a9dc7e4df Typo. diff -r 1875b9fea0ba -r fb6a307daf31 tool/CommandSoeRead.cpp --- 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) {