[client] display correct log path on Windows

We moved it to %ProgramData%\Looking Glass (host), but the client still
says it's in %TEMP%.
This commit is contained in:
Quantum 2021-02-22 16:41:38 -05:00 committed by Geoffrey McRae
parent 389d8824e2
commit 2da81e0b5a

View File

@ -863,7 +863,7 @@ restart:
{
DEBUG_BREAK();
DEBUG_INFO("Please check the host application is running and is the correct version");
DEBUG_INFO("Check the host log in your guest at %%TEMP%%\\looking-glass-host.txt");
DEBUG_INFO("Check the host log in your guest at %%ProgramData%%\\Looking Glass (host)\\looking-glass-host.txt");
DEBUG_INFO("Continuing to wait...");
}