Skip to content

Commit 16b3748

Browse files
committed
Trivial: add missing space
1 parent 3489b71 commit 16b3748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bitcoind.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ static bool AppInit(int argc, char* argv[])
143143
#pragma GCC diagnostic push
144144
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
145145
#endif
146-
tfm::format(std::cout, PACKAGE_NAME "daemon starting\n");
146+
tfm::format(std::cout, PACKAGE_NAME " daemon starting\n");
147147

148148
// Daemonize
149149
if (daemon(1, 0)) { // don't chdir (1), do close FDs (0)

0 commit comments

Comments
 (0)