File tree 1 file changed +2
-2
lines changed
projects/client/Unit/src/unit
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -549,7 +549,7 @@ public override string ToString()
549
549
550
550
internal List < ConnectionInfo > ListConnections ( )
551
551
{
552
- Process proc = ExecRabbitMQCtl ( "list_connections -q --no-table-headers pid peer_port" ) ;
552
+ Process proc = ExecRabbitMQCtl ( "list_connections --silent pid peer_port" ) ;
553
553
String stdout = proc . StandardOutput . ReadToEnd ( ) ;
554
554
555
555
try
@@ -568,7 +568,7 @@ internal List<ConnectionInfo> ListConnections()
568
568
}
569
569
catch ( Exception )
570
570
{
571
- Console . WriteLine ( "Bad response from rabbitmqctl list_connections -q --no-table-headers pid peer_port:" + Environment . NewLine + stdout ) ;
571
+ Console . WriteLine ( "Bad response from rabbitmqctl list_connections --silent pid peer_port:" + Environment . NewLine + stdout ) ;
572
572
throw ;
573
573
}
574
574
}
You can’t perform that action at this time.
0 commit comments