mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-25 14:57:20 +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
@ -863,7 +863,7 @@ restart:
|
|||||||
{
|
{
|
||||||
DEBUG_BREAK();
|
DEBUG_BREAK();
|
||||||
DEBUG_INFO("Please check the host application is running and is the correct version");
|
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...");
|
DEBUG_INFO("Continuing to wait...");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user