]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
update
authorhadaq <hadaq>
Mon, 28 Sep 2009 14:09:26 +0000 (14:09 +0000)
committerhadaq <hadaq>
Mon, 28 Sep 2009 14:09:26 +0000 (14:09 +0000)
libtrbnet/trberror.c

index e2b346c73361e53b0b8d90c1a3c9b2d4e9f00467..56ede2575cd0d4704de5143c0073bb7b83e46d4f 100644 (file)
@@ -64,12 +64,12 @@ const char* trb_strerror(int trberrno)
 const char* trb_strterm(TRB_TERM term)
 {
   static const char commonStatusBits[16][64] = { 
-    "Endpoint not reached",                         /* error */
-    "Coll: collision detected",                     /* error */
-    "WordMiss: word missing",                       /* error */
-    "Checksum: checksum error",                     /* status, at the moment */
-    "DontKnow: dont understand",                    /* error */
-    "BufferMatch: buffer mismatch",                 /* error */
+    "COM_Endpoint not reached",                         /* error */
+    "COM_Coll: collision detected",                     /* error */
+    "COM_WordMiss: word missing",                       /* error */
+    "COM_Checksum: checksum error",                 /* status, at the moment */
+    "COM_DontKnow: dont understand",                    /* error */
+    "COM_BufferMatch: buffer mismatch",                 /* error */
     "", "", "", "", "", "", "", "", "", ""          
   };