tangled
alpha
login
or
join now
matrixfurry.com
/
monado
0
fork
atom
The open source OpenXR runtime
0
fork
atom
overview
issues
pulls
pipelines
a/windows: Fix warning
Christoph Haag
2 years ago
c6227094
574b3c1d
+1
-1
1 changed file
expand all
collapse all
unified
split
src
xrt
auxiliary
util
u_windows.c
+1
-1
src/xrt/auxiliary/util/u_windows.c
···
142
142
if (check_privilege_on_process(hProcess, lpszPrivilege, &bHas)) {
143
143
LOG_D("%s: %s", lpszPrivilege, bHas ? "true" : "false");
144
144
if (bHas) {
145
145
-
LOG_I("Already had privilege '%s'.");
145
145
+
LOG_I("Already had privilege '%s'.", lpszPrivilege);
146
146
return true;
147
147
}
148
148
}