Please omit extra information when using -shortoutput

+1 vote
Hi.

When using shortouput there is some extra information shown like:

"Listening for API requests on port 4782 (local only - see rpcallowip setting)"

https://github.com/MultiChain/multichain/blob/master/src/core/init.cpp#L2146

 

I think this should not be shown if -shortouput is used since it should be easily able for tooling to parse information like mc was able to connect or you need to grant permission.
asked Feb 14, 2018 by Alexoid

2 Answers

+1 vote
 
Best answer
Version 1.0.4 of MultiChain, just released, fixes this.
answered Feb 26, 2018 by MultiChain
selected Apr 26, 2018 by Alexoid
Great! Thanks
0 votes
Thanks - this is indeed an oversight and we'll fix it in the next release.
answered Feb 14, 2018 by MultiChain
Please let us know if this is a show-stopper for you and we'll make a special build.
...