Minor fix.

This commit is contained in:
Florian Pose 2010-03-19 12:46:57 +01:00
parent 4b66f42669
commit 6d94d17576
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ void ec_fsm_soe_print_error(ec_fsm_soe_t *fsm /**< Finite state machine */)
printk("Reading");
}
printk("IDN 0x%04X failed on slave %u.\n",
printk(" IDN 0x%04X failed on slave %u.\n",
request->idn, fsm->slave->ring_position);
}