change 'Bitcoin server starting' to 'LBRYcrd server starting'
This commit is contained in:
parent
243dd23818
commit
6e5d851231
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ bool AppInit(int argc, char* argv[])
|
|||
fDaemon = GetBoolArg("-daemon", false);
|
||||
if (fDaemon)
|
||||
{
|
||||
fprintf(stdout, "Bitcoin server starting\n");
|
||||
fprintf(stdout, "LBRYcrd server starting\n");
|
||||
|
||||
// Daemonize
|
||||
pid_t pid = fork();
|
||||
|
|
Loading…
Reference in a new issue