change 'starting game...' log level to Debug
This makes the message visible to players, to avoid confusion where SMAPI seems to be doing nothing (especially after a pre-load prompt).
This commit is contained in:
parent
de74b038e4
commit
045891131c
|
@ -270,7 +270,7 @@ namespace StardewModdingAPI
|
||||||
}
|
}
|
||||||
|
|
||||||
// start game
|
// start game
|
||||||
this.Monitor.Log("Starting game...", LogLevel.Trace);
|
this.Monitor.Log("Starting game...", LogLevel.Debug);
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
this.IsGameRunning = true;
|
this.IsGameRunning = true;
|
||||||
|
|
Loading…
Reference in New Issue