#1937 Print path to existing WinRing0 service without verbose option.
This commit is contained in:
parent
a076f739e3
commit
3b6cfd9c4f
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user