Jamulus shows unexpected "allocated port number" output in command prompt
Describe the bug
Unexpected text is shown in the command prompt window when jamulus.exe is started from the command prompt.
To Reproduce
Open a command prompt window Change to the directory in which jamulus is installed Execute: jamulus.exe
Expected behavior
No text should be displayed, and the cursor should just return to the command prompt.
Screenshots
Operating system
Win 10 version 21H1
Version of Jamulus
Version 3.8.1
Additional context
This issue does not exist in version 3.8.0 and before.
a81f1075e introduced this change. @pljones Was this done by intention or is this some left-over debug code? I can see how this can be helpful, but on Windows where Jamulus seems to be detached from the console, I'd agree with @henkdegroot that this looks a bit strange.
At first glance, this also looks like one of the few (or the only?) message which gets output when not using any command line flags at all.
I'd personally see this as debug output that should be removed...