Fixed logging output typo. stable-1.4
authorFlorian Pose <fp@igh-essen.com>
Thu, 06 Nov 2008 15:45:40 +0000
branchstable-1.4
changeset 1675 2a7a693a046e
parent 1674 201b4ce689e5
child 1676 6ad30897a9dc
Fixed logging output typo.
NEWS
master/fsm_coe.c
--- a/NEWS	Wed Nov 05 16:56:31 2008 +0000
+++ b/NEWS	Thu Nov 06 15:45:40 2008 +0000
@@ -10,6 +10,7 @@
 * Fixed race condition concerning the ec_slave_config_state->operational flag.
 * Fixed wrong calculation of the expected working counter if the process data
   of a domain span several datagrams.
+* Fixed typo in logging output.
 
 Changes in version 1.4.0-rc3:
 
--- a/master/fsm_coe.c	Wed Nov 05 16:56:31 2008 +0000
+++ b/master/fsm_coe.c	Thu Nov 06 15:45:40 2008 +0000
@@ -1404,7 +1404,7 @@
                 (jiffies - fsm->request->jiffies_sent) * 1000 / HZ;
             if (diff_ms < fsm->request->response_timeout) {
                 if (fsm->slave->master->debug_level) {
-                    EC_DBG("Slave %u did no respond to Sdo upload request. "
+                    EC_DBG("Slave %u did not respond to Sdo upload request. "
                             "Retrying after %u ms...\n",
                             slave->ring_position, (u32) diff_ms);
                 }