Output should also yield 'recv' instead of 'read'.

This commit is contained in:
Cas Cremers
2008-08-20 16:16:18 +02:00
parent aaf27779a3
commit 8f01637528
3 changed files with 5 additions and 5 deletions

View File

@@ -546,7 +546,7 @@ xmlOutEvent (const System sys, Roledef rd, const int run, const int index)
* Currently, choose events are not distinguished yet. TODO
*/
case READ:
eprintf ("read");
eprintf ("recv");
break;
case SEND:
eprintf ("send");