This commit is contained in:
jl777
2016-11-15 11:17:55 -03:00
parent 919b3cff75
commit ce906ce757
4 changed files with 10 additions and 10 deletions

View File

@@ -144,7 +144,8 @@ bool AppInit(int argc, char* argv[])
fDaemon = GetBoolArg("-daemon", false);
if (fDaemon)
{
fprintf(stdout, "Komodo server starting\n");
extern char ASSETCHAINS_SYMBOL[16];
fprintf(stdout, "Komodo %s server starting\n",ASSETCHAINS_SYMBOL);
// Daemonize
pid_t pid = fork();