Fixed typo.

This commit is contained in:
Florian Pose 2006-10-18 10:30:34 +00:00
parent 41a6b5bfee
commit e3a571e08d
1 changed files with 1 additions and 1 deletions

View File

@ -1719,7 +1719,7 @@ void ec_fsm_slaveconf_saveop(ec_fsm_t *fsm /**< finite state machine */)
// 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) {