Minor debugging output changes.
authorFlorian Pose <fp@igh-essen.com>
Thu, 20 Sep 2007 09:43:59 +0000
changeset 743 5ee2c5ce9cca
parent 742 03d2fe3d4a93
child 744 b83392e8cd66
Minor debugging output changes.
master/fsm_master.c
--- 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);