X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fnet.h;h=bb0620641b3d26bd9edca743cb0bf0abdc4f1494;hp=9b8d964eff04ce99438e50acd418c9d6f29fffa0;hb=d008ea3376606276a86ed3c972654363eb23f47d;hpb=539a44c96ff65959b2e068c2780d22c5a6061f57 diff --git a/src/net.h b/src/net.h index 9b8d964..bb06206 100644 --- a/src/net.h +++ b/src/net.h @@ -338,7 +338,7 @@ public: // the key is the earliest time the request can be sent int64& nRequestTime = mapAlreadyAskedFor[inv]; if (fDebugNet) - printf("askfor %s %"PRI64d" (%s)\n", inv.ToString().c_str(), nRequestTime, DateTimeStrFormat("%H:%M:%S", nRequestTime/1000000).c_str()); + printf("askfor %s %" PRI64d " (%s)\n", inv.ToString().c_str(), nRequestTime, DateTimeStrFormat("%H:%M:%S", nRequestTime/1000000).c_str()); // Make sure not to reuse time indexes to keep things in the same order int64 nNow = (GetTime() - 1) * 1000000;