mirror of
https://github.com/GOSTSec/sgminer
synced 2025-02-02 10:04:33 +00:00
Add space to log output now that there is more screen real estate available.
This commit is contained in:
parent
268039cc7e
commit
4da6758f43
@ -63,7 +63,7 @@ void vapplog(int prio, const char *fmt, va_list ap)
|
|||||||
|
|
||||||
len = 40 + strlen(fmt) + 22;
|
len = 40 + strlen(fmt) + 22;
|
||||||
f = alloca(len);
|
f = alloca(len);
|
||||||
sprintf(f, "[%d-%02d-%02d %02d:%02d:%02d] %s\n",
|
sprintf(f, " [%d-%02d-%02d %02d:%02d:%02d] %s\n",
|
||||||
tm->tm_year + 1900,
|
tm->tm_year + 1900,
|
||||||
tm->tm_mon + 1,
|
tm->tm_mon + 1,
|
||||||
tm->tm_mday,
|
tm->tm_mday,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user