mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
Merge 5c2885f9b2 into merged_master (Bitcoin PR #16481)
This commit is contained in:
commit
524f35d7ef
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
Add a link
Reference in a new issue