mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-03-10 15:37:53 +00:00
Actually make it lower case...
This commit is contained in:
@@ -42,7 +42,7 @@ namespace NzbDrone.Host.Owin
|
||||
|
||||
private LogLevel GetLogLevel(string value)
|
||||
{
|
||||
var lower = value;
|
||||
var lower = value.ToLowerInvariant();
|
||||
|
||||
if (!lower.Contains("error"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user