Skip to content
Snippets Groups Projects
Commit 62db471e authored by Florian Pose's avatar Florian Pose
Browse files

Added debugging.

parent bc4e60e6
No related branches found
No related tags found
No related merge requests found
......@@ -364,6 +364,10 @@ int ec_slave_config_attach(
slave->config = sc;
sc->slave = slave;
if (sc->master->debug_level)
EC_DBG("Attached slave %u to config %u:%u.\n",
slave->ring_position, sc->alias, sc->position);
ec_slave_request_state(slave, EC_SLAVE_STATE_OP);
return 0;
......
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