mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-09-22 10:03:51 +08:00
Minor debugging output changes.
This commit is contained in:
+2
-2
@@ -982,8 +982,8 @@ void ec_fsm_master_state_write_eeprom(
|
||||
|
||||
// finished writing EEPROM
|
||||
if (master->debug_level)
|
||||
EC_DBG("Finished writing EEPROM data to slave %i.\n",
|
||||
slave->ring_position);
|
||||
EC_DBG("Finished writing %u words of EEPROM data to slave %u.\n",
|
||||
request->size, slave->ring_position);
|
||||
request->state = EC_REQUEST_COMPLETE;
|
||||
wake_up(&master->eeprom_queue);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user