Jelajahi Sumber

Clarify log source of Harmony as HarmonyX

ghorsington 4 tahun lalu
induk
melakukan
5899ab0bee
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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;
 	}
 }