When datadir missing, show messagebox instead of printing error to stderr#1905
Conversation
|
Also a good idea, but the strings could be translatable? |
|
They can't. This check is done far before the translation system is initialized, as to support lang= in bitcoin.conf (which is in the data directory). The old message was also not translated, I've just put it in useful form for windows users. |
|
Right, didn't have that in my mind! ACK then. |
|
We could eventually decide that |
|
I've added a comment to make this clear. |
When datadir missing, show messagebox instead of printing error to stderr
|
Automatic sanity-testing: PASSED, see http://jenkins.bluematt.me/pull-tester/61fd72695f291a7a083cdc8ba96bda971c19eb53 for binaries and test log. |
e04d2bd Cleanup: removing unused mapRelay and cs_mapRelay. (furszy) Pull request description: Cleaning the currently not unused `mapRelay` and `cs_mapRelay`. Making bitcoin#1786 obsolete. ACKs for top commit: random-zebra: utACK e04d2bd Fuzzbawls: utACK e04d2bd Tree-SHA512: ccbbec9f5e04995982e891191c844c3f81d4c06798d35f80ab52c0e07c05dd5ab15bf3a8c3e2476ae282794c00cb533ba807116142db0d455cf3791424ec5ab8
For the GUI version...
As stderr and stdout point to the bit bucket in Windows for windowed applications, users get no error message.