Browse Source

Clarify log source of Harmony as HarmonyX

ghorsington 4 years ago
parent
commit
5899ab0bee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      BepInEx/Logging/HarmonyLogSource.cs

+ 1 - 1
BepInEx/Logging/HarmonyLogSource.cs

@@ -40,7 +40,7 @@ namespace BepInEx.Logging
 			HarmonyLogger.MessageReceived -= HandleHarmonyMessage;
 		}
 
-		public string SourceName { get; } = "Harmony";
+		public string SourceName { get; } = "HarmonyX";
 		public event EventHandler<LogEventArgs> LogEvent;
 	}
 }