From c344c83e84ef6ef204fb41627b67fc2e4d63446f Mon Sep 17 00:00:00 2001 From: kpl Date: Fri, 26 Apr 2013 13:59:54 -0700 Subject: [PATCH] cmRtNet.c More changes to cmRtNetTest(). --- cmRtNet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmRtNet.c b/cmRtNet.c index 56c7492..fe95792 100644 --- a/cmRtNet.c +++ b/cmRtNet.c @@ -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' ) {