master/module.c
changeset 453 2ecaa53c6291
parent 448 e4b76dc7910c
child 484 9fde4a17b820
--- a/master/module.c	Fri Oct 27 09:57:30 2006 +0000
+++ b/master/module.c	Fri Oct 27 10:41:02 2006 +0000
@@ -265,8 +265,8 @@
         off += sprintf(buffer + off, "OP");
     }
     if (states & EC_SLAVE_STATE_ACK_ERR) {
-        if (!first) off += sprintf(buffer + off, ", ");
-        off += sprintf(buffer + off, "ERR");
+        if (!first) off += sprintf(buffer + off, " + ");
+        off += sprintf(buffer + off, "ERROR");
     }
 
     return off;