X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fnet.h;h=4178675f7a1fa091f9004d43c82461772af59bb1;hp=c0cda53f2c3ec548fb53fcecc3702b66fd510eda;hb=58561410692c520d91def67c36aadf8edd992272;hpb=44f601723c3a1c68de6e613a897e9f8418eb874a diff --git a/src/net.h b/src/net.h index c0cda53..4178675 100644 --- a/src/net.h +++ b/src/net.h @@ -294,7 +294,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); } }