Minor fixes - #2018-001

This commit is contained in:
avujic 2018-01-05 21:41:37 +01:00
parent ded9af271a
commit 1d8d7a946b

View file

@ -51,7 +51,7 @@ static void print_versions()
# endif # endif
Log::i()->text(Options::i()->colors() ? "\x1B[01;32m * \x1B[01;37mVERSIONS: \x1B[01;36mxmr_arch64/%s\x1B[01;37m libuv/%s%s" : " * VERSIONS: XMRig/%s libuv/%s%s", Log::i()->text(Options::i()->colors() ? "\x1B[01;32m * \x1B[01;37mVERSIONS: \x1B[01;36mxmr_arch64/%s\x1B[01;37m libuv/%s%s" : " * VERSIONS: xmr_arch64/%s libuv/%s%s",
APP_VERSION, uv_version_string(), buf); APP_VERSION, uv_version_string(), buf);
} }