diff options
| author | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-06-21 01:33:44 +0000 |
|---|---|---|
| committer | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-06-21 01:33:44 +0000 |
| commit | 3ca507a6eb1cecbf40a907a52c27128efb666ec0 (patch) | |
| tree | 97973a93f646b9350a332cef285f68ec44fc68c5 /util.cpp | |
| parent | use seed nodes as fallback if IRC fails or with TOR (diff) | |
| download | discoin-3ca507a6eb1cecbf40a907a52c27128efb666ec0.tar.xz discoin-3ca507a6eb1cecbf40a907a52c27128efb666ec0.zip | |
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
Diffstat (limited to 'util.cpp')
| -rw-r--r-- | util.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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
}
|