cmRtNet.c More changes to cmRtNetTest().
This commit is contained in:
parent
b8311ffc27
commit
c344c83e84
@ -827,7 +827,7 @@ void cmRtNetTest( cmCtx_t* ctx, bool mstrFl )
|
|||||||
if( cmThreadPause(p->thH,0) != kOkThRC )
|
if( cmThreadPause(p->thH,0) != kOkThRC )
|
||||||
goto errLabel;
|
goto errLabel;
|
||||||
|
|
||||||
cmRptPrintf(&ctx->rpt,"q=quit\n");
|
cmRptPrintf(&ctx->rpt,"%s q=quit\n", mstrFl ? "Master: " : "Slave: ");
|
||||||
while( (c=getchar()) != 'q' )
|
while( (c=getchar()) != 'q' )
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user