From 3b6cfd9c4f6c7254f634da5672136181a27dd601 Mon Sep 17 00:00:00 2001 From: XMRig Date: Thu, 12 Nov 2020 23:32:49 +0700 Subject: [PATCH] #1937 Print path to existing WinRing0 service without verbose option. --- src/crypto/rx/Rx_win.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crypto/rx/Rx_win.cpp b/src/crypto/rx/Rx_win.cpp index f100b0282..b32c3dae9 100644 --- a/src/crypto/rx/Rx_win.cpp +++ b/src/crypto/rx/Rx_win.cpp @@ -135,7 +135,7 @@ static HANDLE wrmsr_install_driver() SERVICE_STATUS status; const auto rc = QueryServiceStatus(hService, &status); - if (rc && Log::isVerbose()) { + if (rc) { DWORD dwBytesNeeded; QueryServiceConfigA(hService, nullptr, 0, &dwBytesNeeded);