Warn if going to SAFEOP without configuration.
authorFlorian Pose <fp@igh-essen.com>
Thu, 19 Mar 2009 08:44:48 +0000
changeset 1374 1ca1178a3f93
parent 1373 e651000f1ff1
child 1375 6cf0f0c9e3da
Warn if going to SAFEOP without configuration.
master/fsm_slave_config.c
--- a/master/fsm_slave_config.c	Thu Mar 19 08:43:05 2009 +0000
+++ b/master/fsm_slave_config.c	Thu Mar 19 08:44:48 2009 +0000
@@ -583,7 +583,7 @@
     }
 
     if (!slave->config) {
-        EC_DBG("Slave %u is not configured.\n", slave->ring_position);
+        EC_WARN("Slave %u is not configured.\n", slave->ring_position);
         ec_fsm_slave_config_enter_safeop(fsm);
         return;
     }