From 6d94d17576b2f1d000e4567abbaffefdabd4042a Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Fri, 19 Mar 2010 12:46:57 +0100 Subject: [PATCH] Minor fix. --- master/fsm_soe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master/fsm_soe.c b/master/fsm_soe.c index 8e0bd449..7ad7b357 100644 --- a/master/fsm_soe.c +++ b/master/fsm_soe.c @@ -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); }