Fixed typo.
authorFlorian Pose <fp@igh-essen.com>
Wed, 18 Oct 2006 10:30:34 +0000
changeset 411 42d239bab6ae
parent 410 3b8e94d623ab
child 412 2e50ddc3e777
Fixed typo.
master/fsm.c
--- a/master/fsm.c	Wed Oct 18 08:59:53 2006 +0000
+++ b/master/fsm.c	Wed Oct 18 10:30:34 2006 +0000
@@ -1719,7 +1719,7 @@
     // slave is now in SAVEOP
 
     if (master->debug_level) {
-        EC_DBG("Slave %i is now in PREOP.\n", slave->ring_position);
+        EC_DBG("Slave %i is now in SAVEOP.\n", slave->ring_position);
     }
 
     if (fsm->slave->current_state == fsm->slave->requested_state) {