From 71e9d803a066a6ecf1bdd61379dc03a47c3aad47 Mon Sep 17 00:00:00 2001 From: Florian Pose <fp@igh-essen.com> Date: Mon, 1 Mar 2010 18:39:06 +0100 Subject: [PATCH] Typo. --- tool/CommandSoeRead.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/CommandSoeRead.cpp b/tool/CommandSoeRead.cpp index ec8df18e..aeac0ad8 100644 --- a/tool/CommandSoeRead.cpp +++ b/tool/CommandSoeRead.cpp @@ -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) { -- GitLab