diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-14 18:58:06 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-14 18:58:06 -0500 |
commit | c6135e0759fc0f50c873b0278f006aeb7e67e712 (patch) | |
tree | 8b57fc076d21e75f4b3e8dd5b4939caeeb457de4 /src/SMAPI/Framework | |
parent | 0d26285da12156c6304c1ff4458bd0b62e6e8dca (diff) | |
download | SMAPI-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.cs | 2 |
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) { |