Skip to content
Snippets Groups Projects
Commit b52e04cb authored by Fabian Paus's avatar Fabian Paus
Browse files

improved error message

parent ca6b878b
No related branches found
No related tags found
No related merge requests found
......@@ -451,7 +451,7 @@ std::pair<std::vector<ControlDevicePtr>, std::vector<SensorDevicePtr>> EtherCAT:
catch (LocalException& e)
{
ARMARX_WARNING
<< messageSlaveIdentifier << e.getReason();
<< "error during slave creation: " << messageSlaveIdentifier << e.getReason();
continue;
}
if (!foundDevice)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment