This commit is contained in:
jl777
2016-10-29 13:33:47 -03:00
parent 466dbb5363
commit 3fca36b0da
2 changed files with 4 additions and 4 deletions

View File

@@ -115,7 +115,7 @@ void AddOneShot(string strDest)
unsigned short GetListenPort()
{
printf("Listenport.%u\n",Params().GetDefaultPort());
//printf("Listenport.%u\n",Params().GetDefaultPort());
return (unsigned short)(GetArg("-port", Params().GetDefaultPort()));
}