Browse Source

cmRtNet.c More changes to cmRtNetTest().

master
kpl 11 years ago
parent
commit
c344c83e84
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      cmRtNet.c

+ 1
- 1
cmRtNet.c View File

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

Loading…
Cancel
Save