]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
small change to recursive mode with sleep, Jan
authorhadaq <hadaq>
Mon, 21 Nov 2011 18:44:02 +0000 (18:44 +0000)
committerhadaq <hadaq>
Mon, 21 Nov 2011 18:44:02 +0000 (18:44 +0000)
libtrbnet/trbcmd.c

index 9373337bc064991842a05c154645c0945fe130df..c70070e50fec5d58b97c6d191cdb928acbde07cb 100644 (file)
@@ -25,7 +25,7 @@
 
 static int hexMode = HEXMODE;
 
-static const char trbcmd_version[] = "$Revision: 2.71 $";
+static const char trbcmd_version[] = "$Revision: 2.72 $";
 
 #define BACKLOG 10
 static uint16_t tcp_port = 55555;
@@ -1268,6 +1268,7 @@ int start(int argc, char **argv)
     trgCtr++;
   
     if (sleepTime > 0) {
+                       printf("---\n");
       usleep(sleepTime);
     }
   }    /* End repeat-loop */