summaryrefslogtreecommitdiff
path: root/src/SMAPI/Framework
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2018-12-14 18:58:06 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2018-12-14 18:58:06 -0500
commitc6135e0759fc0f50c873b0278f006aeb7e67e712 (patch)
tree8b57fc076d21e75f4b3e8dd5b4939caeeb457de4 /src/SMAPI/Framework
parent0d26285da12156c6304c1ff4458bd0b62e6e8dca (diff)
downloadSMAPI-c6135e0759fc0f50c873b0278f006aeb7e67e712.tar.gz
SMAPI-c6135e0759fc0f50c873b0278f006aeb7e67e712.tar.bz2
SMAPI-c6135e0759fc0f50c873b0278f006aeb7e67e712.zip
clarify trace message
Diffstat (limited to 'src/SMAPI/Framework')
-rw-r--r--src/SMAPI/Framework/ContentManagers/GameContentManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/Framework/ContentManagers/GameContentManager.cs b/src/SMAPI/Framework/ContentManagers/GameContentManager.cs
index 4f3b6fbc..81732d3f 100644
--- a/src/SMAPI/Framework/ContentManagers/GameContentManager.cs
+++ b/src/SMAPI/Framework/ContentManagers/GameContentManager.cs
@@ -238,7 +238,7 @@ namespace StardewModdingAPI.Framework.ContentManagers
try
{
editor.Edit<T>(asset);
- this.Monitor.Log($"{mod.DisplayName} intercepted {info.AssetName}.", LogLevel.Trace);
+ this.Monitor.Log($"{mod.DisplayName} edited {info.AssetName}.", LogLevel.Trace);
}
catch (Exception ex)
{