Forráskód Böngészése

Clarify log source of Harmony as HarmonyX
Rebase of 5899ab0

Bepis 3 éve
szülő
commit
fc8129010d
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      BepInEx.Core/Logging/HarmonyLogSource.cs

+ 1 - 1
BepInEx.Core/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;
 	}
 }