mirror of
https://github.com/xmrig/xmrig.git
synced 2024-12-23 12:09:22 +00:00
#1937 Print path to existing WinRing0 service without verbose option.
This commit is contained in:
parent
a076f739e3
commit
3b6cfd9c4f
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ static HANDLE wrmsr_install_driver()
|
||||||
SERVICE_STATUS status;
|
SERVICE_STATUS status;
|
||||||
const auto rc = QueryServiceStatus(hService, &status);
|
const auto rc = QueryServiceStatus(hService, &status);
|
||||||
|
|
||||||
if (rc && Log::isVerbose()) {
|
if (rc) {
|
||||||
DWORD dwBytesNeeded;
|
DWORD dwBytesNeeded;
|
||||||
|
|
||||||
QueryServiceConfigA(hService, nullptr, 0, &dwBytesNeeded);
|
QueryServiceConfigA(hService, nullptr, 0, &dwBytesNeeded);
|
||||||
|
|
Loading…
Reference in a new issue