mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-08 08:23:34 -05:00
#1937 Print path to existing WinRing0 service without verbose option.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user