mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-18 22:23:14 +02:00
Trivial: add missing space
This commit is contained in:
@ -143,7 +143,7 @@ static bool AppInit(int argc, char* argv[])
|
|||||||
#pragma GCC diagnostic push
|
#pragma GCC diagnostic push
|
||||||
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
|
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
|
||||||
#endif
|
#endif
|
||||||
tfm::format(std::cout, PACKAGE_NAME "daemon starting\n");
|
tfm::format(std::cout, PACKAGE_NAME " daemon starting\n");
|
||||||
|
|
||||||
// Daemonize
|
// Daemonize
|
||||||
if (daemon(1, 0)) { // don't chdir (1), do close FDs (0)
|
if (daemon(1, 0)) { // don't chdir (1), do close FDs (0)
|
||||||
|
Reference in New Issue
Block a user