[ 
https://issues.apache.org/jira/browse/GEODE-5095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated GEODE-5095:
----------------------------------
    Labels: pull-request-available  (was: )

> Fix output for create gateway-receiver (port number)
> ----------------------------------------------------
>
>                 Key: GEODE-5095
>                 URL: https://issues.apache.org/jira/browse/GEODE-5095
>             Project: Geode
>          Issue Type: Bug
>          Components: gfsh
>            Reporter: Barbara Pruijn
>            Priority: Major
>              Labels: pull-request-available
>
> The gfsh command "create gateway-receiver" has the following output:
> {code:java}
> gfsh>create gateway-receiver
> Member | Status
> ------ | 
> --------------------------------------------------------------------------
> s1     | GatewayReceiver created on member "s1" and will listen on the port 
> "5,383"
>  {code}
>  
> The port number should not have comma in it.
> {code:java}
> GatewayReceiver created on member "s1" and will listen on the port 
> "5383"{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to