mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-17 10:45:49 +02:00
Actually make it lower case...
This commit is contained in:
parent
6ab629ea98
commit
8b7eedf6f9
@ -42,7 +42,7 @@ public override void Write(char value)
|
||||
|
||||
private LogLevel GetLogLevel(string value)
|
||||
{
|
||||
var lower = value;
|
||||
var lower = value.ToLowerInvariant();
|
||||
|
||||
if (!lower.Contains("error"))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user