From f3d6bc50a843ae3ca5b8c1c4676e55142ff752ee Mon Sep 17 00:00:00 2001 From: JohnCorby Date: Sat, 4 Nov 2023 16:01:00 -0700 Subject: [PATCH] update the log message here too --- SteamRerouter/ExeSide/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SteamRerouter/ExeSide/Program.cs b/SteamRerouter/ExeSide/Program.cs index 4f928714..721d5379 100644 --- a/SteamRerouter/ExeSide/Program.cs +++ b/SteamRerouter/ExeSide/Program.cs @@ -53,7 +53,7 @@ public static class Program if (!SteamAPI.Init()) { - LogError($"FATAL - SteamAPI.Init() failed. Refer to Valve's documentation."); + LogError($"FATAL - SteamAPI.Init() failed. Do you have Steam open, and are you logged in?"); return -1; }