X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fnet.h;h=661cc33d76f9ec595f35e709611719b711de396d;hb=3176e0f244d929669aa3e1d81e0787d82d9150d3;hp=c0cda53f2c3ec548fb53fcecc3702b66fd510eda;hpb=0561bbd1c69263dceb24ffacf850788e6e961a13;p=novacoin.git diff --git a/src/net.h b/src/net.h index c0cda53..661cc33 100644 --- a/src/net.h +++ b/src/net.h @@ -79,6 +79,7 @@ enum threadId THREAD_DNSSEED, THREAD_ADDEDCONNECTIONS, THREAD_DUMPADDRESS, + THREAD_MINTER, THREAD_MAX }; @@ -294,7 +295,7 @@ public: vSend << CMessageHeader(pszCommand, 0); nMessageStart = vSend.size(); if (fDebug) { - printf("%s ", DateTimeStrFormat("%x %H:%M:%S", GetTime()).c_str()); + printf("%s ", DateTimeStrFormat(GetTime()).c_str()); printf("sending: %s ", pszCommand); } }