Skip to content

Commit

Permalink
text replacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Simões committed Mar 3, 2021
1 parent 3150a8c commit 0d6512b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pivxd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ bool AppInit(int argc, char* argv[])
#ifndef WIN32
fDaemon = GetBoolArg("-daemon", false);
if (fDaemon) {
fprintf(stdout, "Sapphire server starting\n");
fprintf(stdout, "Dash Diamond server starting\n");

// Daemonize
pid_t pid = fork();
Expand Down

0 comments on commit 0d6512b

Please sign in to comment.