mirror of
https://github.com/GOSTSec/sgminer
synced 2025-02-05 03:24:26 +00:00
Add space to log output now that there is more screen real estate available.
This commit is contained in:
parent
a1edc7dbcb
commit
1097aefbad
@ -121,7 +121,7 @@ static void __maybe_unused log_generic(int prio, const char *fmt, va_list ap)
|
||||
|
||||
len = 40 + strlen(fmt) + 22;
|
||||
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_mon + 1,
|
||||
tm->tm_mday,
|
||||
|
Loading…
x
Reference in New Issue
Block a user