From: hadaq Date: Mon, 28 Sep 2009 14:09:26 +0000 (+0000) Subject: update X-Git-Tag: v6.0~328 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=dfaa8becf9d600aae7ad7507c88dbb098b9fe78b;p=trbnettools.git update --- diff --git a/libtrbnet/trberror.c b/libtrbnet/trberror.c index e2b346c..56ede25 100644 --- a/libtrbnet/trberror.c +++ b/libtrbnet/trberror.c @@ -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 */ "", "", "", "", "", "", "", "", "", "" };