From: hadaq Date: Mon, 21 Nov 2011 18:44:02 +0000 (+0000) Subject: small change to recursive mode with sleep, Jan X-Git-Tag: v6.0~100 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=3880f06297de44ba337f298d409c620e125a10b1;p=trbnettools.git small change to recursive mode with sleep, Jan --- diff --git a/libtrbnet/trbcmd.c b/libtrbnet/trbcmd.c index 9373337..c70070e 100644 --- a/libtrbnet/trbcmd.c +++ b/libtrbnet/trbcmd.c @@ -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 */