class BaseLoop: receive timeout message changed.
This commit is contained in:
+6
-6
@@ -113,8 +113,8 @@ std::string BaseLoop::decodeMessage(const std::string& data)
|
|||||||
|
|
||||||
delete busCommand;
|
delete busCommand;
|
||||||
} else {
|
} else {
|
||||||
L.log(bas, error, " busCommand timeout reached");
|
L.log(bas, error, " -7: receive timeout");
|
||||||
result << "busCommand timeout reached";
|
result << "-7: receive timeout";
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
@@ -170,8 +170,8 @@ std::string BaseLoop::decodeMessage(const std::string& data)
|
|||||||
|
|
||||||
delete busCommand;
|
delete busCommand;
|
||||||
} else {
|
} else {
|
||||||
L.log(bas, error, " busCommand timeout reached");
|
L.log(bas, error, " -7: receive timeout");
|
||||||
result << "busCommand timeout reached";
|
result << "-7: receive timeout";
|
||||||
}
|
}
|
||||||
|
|
||||||
delete command;
|
delete command;
|
||||||
@@ -239,8 +239,8 @@ std::string BaseLoop::decodeMessage(const std::string& data)
|
|||||||
|
|
||||||
delete busCommand;
|
delete busCommand;
|
||||||
} else {
|
} else {
|
||||||
L.log(bas, error, " busCommand timeout reached");
|
L.log(bas, error, " -7: receive timeout");
|
||||||
result << "busCommand timeout reached";
|
result << "-7: receive timeout";
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user