master/fsm_master.c
changeset 743 5ee2c5ce9cca
parent 741 aece53f82df3
child 754 0b47b49c5976
--- a/master/fsm_master.c	Thu Sep 20 09:12:27 2007 +0000
+++ b/master/fsm_master.c	Thu Sep 20 09:43:59 2007 +0000
@@ -982,8 +982,8 @@
 
     // 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);