cmRtNet.c More changes to cmRtNetTest().

This commit is contained in:
kpl 2013-04-26 13:59:54 -07:00
parent b8311ffc27
commit c344c83e84

View File

@ -827,7 +827,7 @@ void cmRtNetTest( cmCtx_t* ctx, bool mstrFl )
if( cmThreadPause(p->thH,0) != kOkThRC )
goto errLabel;
cmRptPrintf(&ctx->rpt,"q=quit\n");
cmRptPrintf(&ctx->rpt,"%s q=quit\n", mstrFl ? "Master: " : "Slave: ");
while( (c=getchar()) != 'q' )
{