PPCoin: Change date display format and clean up a merge issue
[novacoin.git] / src / net.h
index c0cda53..4178675 100644 (file)
--- 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);
         }
     }