From 2da81e0b5afb11a049a8bcbaf1b6e1af44dfcb4b Mon Sep 17 00:00:00 2001 From: Quantum Date: Mon, 22 Feb 2021 16:41:38 -0500 Subject: [PATCH] [client] display correct log path on Windows We moved it to %ProgramData%\Looking Glass (host), but the client still says it's in %TEMP%. --- client/src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/main.c b/client/src/main.c index e36cdc82..45238f3d 100644 --- a/client/src/main.c +++ b/client/src/main.c @@ -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..."); }