summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI/LogWriter.cs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-01-19 12:23:40 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-01-19 12:23:40 -0500
commite9cb691251668af87f25549fdedaf382e820075f (patch)
tree4050e29fc79c54877de5d2ecf905a5befcd512e2 /src/StardewModdingAPI/LogWriter.cs
parent6adf199987a506f8a65f6c1ddfad5aa9fa2a6a9f (diff)
parentb90387668d5fee2ebf67d730dbb3aa8cec6a5b67 (diff)
downloadSMAPI-e9cb691251668af87f25549fdedaf382e820075f.tar.gz
SMAPI-e9cb691251668af87f25549fdedaf382e820075f.tar.bz2
SMAPI-e9cb691251668af87f25549fdedaf382e820075f.zip
Merge branch 'develop' into stable
Diffstat (limited to 'src/StardewModdingAPI/LogWriter.cs')
-rw-r--r--src/StardewModdingAPI/LogWriter.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/StardewModdingAPI/LogWriter.cs b/src/StardewModdingAPI/LogWriter.cs
index 9c2ef515..e22759a7 100644
--- a/src/StardewModdingAPI/LogWriter.cs
+++ b/src/StardewModdingAPI/LogWriter.cs
@@ -60,7 +60,7 @@ namespace StardewModdingAPI
/// <summary>Raise a deprecation warning.</summary>
private void WarnDeprecated()
{
- Program.DeprecationManager.Warn($"the {nameof(LogWriter)} class", "1.0", DeprecationLevel.Info);
+ Program.DeprecationManager.Warn($"the {nameof(LogWriter)} class", "1.0", DeprecationLevel.PendingRemoval);
}
}
} \ No newline at end of file