diff -r 939f3e9bba1e -r 6bb33c6ec770 master/fsm_coe_map.c --- a/master/fsm_coe_map.c Fri May 30 08:56:47 2008 +0000 +++ b/master/fsm_coe_map.c Fri May 30 09:39:29 2008 +0000 @@ -401,9 +401,10 @@ } if (fsm->slave->master->debug_level) { - EC_DBG(" Pdo entry 0x%04X \"%s\" (%u bit).\n", pdo_entry->index, - pdo_entry->name ? pdo_entry->name : "???", - pdo_entry->bit_length); + EC_DBG(" Pdo entry 0x%04X:%02X, %u bit, \"%s\".\n", + pdo_entry->index, pdo_entry->subindex, + pdo_entry->bit_length, + pdo_entry->name ? pdo_entry->name : "???"); } // next Pdo entry