diff --git a/Source/SwiftLintFramework/Models/Configuration.swift b/Source/SwiftLintFramework/Models/Configuration.swift index 54d18d10c..2d42e2465 100644 --- a/Source/SwiftLintFramework/Models/Configuration.swift +++ b/Source/SwiftLintFramework/Models/Configuration.swift @@ -99,7 +99,7 @@ public struct Configuration: Equatable { public init?(dict: [String: AnyObject]) { // Deprecation warning for "enabled_rules" if dict[ConfigurationKey.EnabledRules.rawValue] != nil { - queuedPrint("'\(ConfigurationKey.EnabledRules.rawValue)' has been renamed to " + + queuedPrintError("'\(ConfigurationKey.EnabledRules.rawValue)' has been renamed to " + "'\(ConfigurationKey.OptInRules.rawValue)' and will be completely removed in a " + "future release.") }