tool/CommandSoeRead.cpp
changeset 1832 fb6a307daf31
parent 1831 1875b9fea0ba
child 1835 20748e9d2238
--- 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) {