master/master.c
changeset 111 9963537ec776
parent 109 c6766baead5e
child 113 a3dbd6bc8fce
--- a/master/master.c	Mon Mar 20 08:36:08 2006 +0000
+++ b/master/master.c	Mon Mar 20 11:02:39 2006 +0000
@@ -564,7 +564,7 @@
             return master->slaves + first;
         }
 
-        EC_ERR("Bus ID \"%s\" - Absolute position illegal!\n", address);
+        EC_ERR("Bus ID \"%s\" - Absolute position invalid!\n", address);
     }
 
     else if (remainder[0] == ':') { // field position
@@ -578,7 +578,7 @@
         }
 
         if (remainder2[0]) {
-            EC_ERR("Bus ID \"%s\" - Illegal trailer (2)!\n", address);
+            EC_ERR("Bus ID \"%s\" - Invalid trailer (2)!\n", address);
             return NULL;
         }
 
@@ -598,7 +598,7 @@
     }
 
     else
-        EC_ERR("Bus ID \"%s\" - Illegal trailer!\n", address);
+        EC_ERR("Bus ID \"%s\" - Invalid trailer!\n", address);
 
     // FIXME ???