mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 18:46:18 +00:00
a/windows: Fix warning
This commit is contained in:
parent
574b3c1d28
commit
c622709411
|
@ -142,7 +142,7 @@ try_to_grant_privilege(enum u_logging_level log_level, HANDLE hProcess, LPCTSTR
|
|||
if (check_privilege_on_process(hProcess, lpszPrivilege, &bHas)) {
|
||||
LOG_D("%s: %s", lpszPrivilege, bHas ? "true" : "false");
|
||||
if (bHas) {
|
||||
LOG_I("Already had privilege '%s'.");
|
||||
LOG_I("Already had privilege '%s'.", lpszPrivilege);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue