msi: Trace the username to help debug test failures on certain machines.
This commit is contained in:
parent
5735e2fafd
commit
a7d5adc91f
|
@ -3145,6 +3145,8 @@ static void test_MsiSourceListAddSource(void)
|
|||
size = MAX_PATH;
|
||||
GetUserNameA(ptr, &size);
|
||||
|
||||
trace("username: %s\n", username);
|
||||
|
||||
/* GetLastError is not set by the function */
|
||||
|
||||
/* NULL szProduct */
|
||||
|
|
Loading…
Reference in New Issue