Jelajahi Sumber

Clarify log source of Harmony as HarmonyX
Rebase of 5899ab0

Bepis 3 tahun lalu
induk
melakukan
fc8129010d
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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;
 	}
 }