summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/SMAPI/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/Program.cs b/src/SMAPI/Program.cs
index b7b4dfc7..5c5137ef 100644
--- a/src/SMAPI/Program.cs
+++ b/src/SMAPI/Program.cs
@@ -270,7 +270,7 @@ namespace StardewModdingAPI
}
// start game
- this.Monitor.Log("Starting game...", LogLevel.Trace);
+ this.Monitor.Log("Starting game...", LogLevel.Debug);
try
{
this.IsGameRunning = true;