Commit a7d5adc9 authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

msi: Trace the username to help debug test failures on certain machines.

parent 5735e2fa
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment