mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-14 11:23:42 +02:00
Fixed typo in log file
This commit is contained in:
parent
cc01608f0a
commit
d617b6c6e3
@ -31,7 +31,7 @@ private static void HandleAppDomainException(object sender, UnhandledExceptionEv
|
|||||||
if (exception is NullReferenceException &&
|
if (exception is NullReferenceException &&
|
||||||
exception.ToString().Contains("Microsoft.AspNet.SignalR.Transports.TransportHeartbeat.ProcessServerCommand"))
|
exception.ToString().Contains("Microsoft.AspNet.SignalR.Transports.TransportHeartbeat.ProcessServerCommand"))
|
||||||
{
|
{
|
||||||
Logger.Warn("SignalR Heartbeat interupted");
|
Logger.Warn("SignalR Heartbeat interrupted");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -49,4 +49,4 @@ private static void HandleAppDomainException(object sender, UnhandledExceptionEv
|
|||||||
Logger.Fatal(exception, "EPIC FAIL.");
|
Logger.Fatal(exception, "EPIC FAIL.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user