[Skippers] Change this one too

This commit is contained in:
Matt Nadareski
2016-06-21 23:16:36 -07:00
parent 465cf9e825
commit 49e09b45d0

View File

@@ -476,7 +476,7 @@ namespace SabreTools.Helper
// If we have a blank rule, inform the user // If we have a blank rule, inform the user
if (skipperRule.Tests == null) if (skipperRule.Tests == null)
{ {
logger.User("No matching rule found!"); logger.Log("No matching rule found!");
} }
return skipperRule; return skipperRule;