Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Added a better log message for disabling auto updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
sir-wilhelm committed Feb 15, 2020
1 parent 14f8f21 commit 2a6ce2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SmartHunter/Core/MemoryUpdater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ void CreateStateMachine()
() => ConfigHelper.Main.Values.AutomaticallyCheckAndDownloadUpdates,
() =>
{
Log.WriteLine("Searching for updates (You can disable this feature in file 'Config.json').");
Log.WriteLine("Searching for updates...");
Log.WriteLine("\tThis can be disabled by setting [\"AutomaticallyCheckAndDownloadUpdates\": true,] in Config.json.");
}),
new StateMachine<State>.Transition(
State.WaitingForProcess,
Expand Down

0 comments on commit 2a6ce2e

Please sign in to comment.