Clarify the message when unable to bind port#3798
Clarify the message when unable to bind port#3798laanwj merged 2 commits intobitcoin:masterfrom paveljanik:patch-1
Conversation
When bitcoind can't bind, bitcoin server (or Bitcoin Core Daemon) is probably already running. Add the missing word "server". Bitcoin itself is definitely running ;-) Add _(...) so the string can be localized. I apologize for such trivial changes, learning github interface.
|
Can you make the commit message a bit more informative? (something like: clarify message when unable to bind port) No need to apologize for trivial changes, making help and error messages more clear is worth it and, unlike other code changes, easy to review. |
|
ACK |
|
Automatic sanity-testing: PASSED, see http://jenkins.bluematt.me/pull-tester/2d2d8fae3d8bc4e82dc631d93c6e19f954bbee04 for binaries and test log. |
|
Next time please squash commits into one, for example using |
|
Thanks, will try to do. I'm trying to use only github web UI to learn its possibilities... |
When bitcoind can't bind, bitcoin server (or Bitcoin Core Daemon) is probably already running. Add the missing word "server". Bitcoin itself is definitely running ;-)
Add _(...) so the string can be localized.
I apologize for such trivial changes, learning github interface (if I'm doing something wrong, please tell me so, thank you).