mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-05 14:06:27 -05:00
Trivial: add missing space
This commit is contained in:
parent
3489b71512
commit
16b3748189
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue