diff --git a/src/crypto/rx/Rx_win.cpp b/src/crypto/rx/Rx_win.cpp index f100b028..b32c3dae 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);