Merge 5c2885f9b2 into merged_master (Bitcoin PR #16481)

This commit is contained in:
Andrew Poelstra 2020-11-09 21:20:09 +00:00
commit 524f35d7ef

View file

@ -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)