From c81021923b650d2c5e5bdffe033481f7abd02639 Mon Sep 17 00:00:00 2001
From: Florian Pose <fp@igh-essen.com>
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);
 }
 
-- 
GitLab