mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02: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
Add a link
Reference in a new issue