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

This commit is contained in:
James Hawkins 2009-02-25 20:15:37 -08:00 committed by Alexandre Julliard
parent 5735e2fafd
commit a7d5adc91f
1 changed files with 2 additions and 0 deletions

View File

@ -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 */