From 3ca507a6eb1cecbf40a907a52c27128efb666ec0 Mon Sep 17 00:00:00 2001 From: s_nakamoto Date: Mon, 21 Jun 2010 01:33:44 +0000 Subject: fixed colors on ubuntu lucid, enabled -O2 in makefile.unix, boost removed -mt from their library names in 1.40, updated bitcoin icon, hashmeter, generated and hashmeter log entries -- version 0.2.13 --- util.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'util.cpp') diff --git a/util.cpp b/util.cpp index 49f86d2de..62ae3b45d 100644 --- a/util.cpp +++ b/util.cpp @@ -101,10 +101,8 @@ void RandAddSeedPerfmon() hash = 0; memset(pdata, 0, nSize); - printf("%s RandAddSeed() %d bytes\n", DateTimeStrFormat("%x %H:%M:%S", GetTime()).c_str(), nSize); + printf("%s RandAddSeed() %d bytes\n", DateTimeStrFormat("%x %H:%M", GetTime()).c_str(), nSize); } -#else - printf("%s RandAddSeed()\n", DateTimeStrFormat("%x %H:%M:%S", GetTime()).c_str()); #endif } -- cgit v1.2.3