mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 02:33:24 -03: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 ignored "-Wdeprecated-declarations"
|
||||
#endif
|
||||
tfm::format(std::cout, PACKAGE_NAME "daemon starting\n");
|
||||
tfm::format(std::cout, PACKAGE_NAME " daemon starting\n");
|
||||
|
||||
// Daemonize
|
||||
if (daemon(1, 0)) { // don't chdir (1), do close FDs (0)
|
||||
|
|
Loading…
Add table
Reference in a new issue