mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-01 20:13:39 +00:00
[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:
parent
389d8824e2
commit
2da81e0b5a
1 changed files with 1 additions and 1 deletions
|
@ -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...");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue