mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 04:52:59 +01:00
Merge branch 'log-timestamp' of https://github.com/TheBlueMatt/bitcoin
This commit is contained in:
commit
d43fd8a038
5
util.cpp
5
util.cpp
@ -170,8 +170,9 @@ inline int OutputDebugStringF(const char* pszFormat, ...)
|
|||||||
}
|
}
|
||||||
if (fileout)
|
if (fileout)
|
||||||
{
|
{
|
||||||
//// Debug print useful for profiling
|
// Debug print useful for profiling
|
||||||
//fprintf(fileout, " %"PRI64d" ", GetTimeMillis());
|
if (GetBoolArg("-logtimestamps"))
|
||||||
|
fprintf(fileout, "%s ", DateTimeStrFormat("%x %H:%M:%S", GetTime()).c_str());
|
||||||
va_list arg_ptr;
|
va_list arg_ptr;
|
||||||
va_start(arg_ptr, pszFormat);
|
va_start(arg_ptr, pszFormat);
|
||||||
ret = vfprintf(fileout, pszFormat, arg_ptr);
|
ret = vfprintf(fileout, pszFormat, arg_ptr);
|
||||||
|
Loading…
Reference in New Issue
Block a user