mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
Xem update errors will be treated as trace
This commit is contained in:
parent
537989c515
commit
2083a86c2a
@ -120,7 +120,8 @@ public void PerformUpdate(Series series)
|
||||
|
||||
catch (Exception ex)
|
||||
{
|
||||
_logger.WarnException("Error updating scene numbering mappings for: " + series, ex);
|
||||
//TODO: We should increase this back to warn when caching is in place
|
||||
_logger.TraceException("Error updating scene numbering mappings for: " + series, ex);
|
||||
}
|
||||
}
|
||||
|
||||
|
6
UI/.idea/jsLibraryMappings.xml
generated
6
UI/.idea/jsLibraryMappings.xml
generated
@ -1,7 +1,3 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="JavaScriptLibraryMappings">
|
||||
<file url="PROJECT" libraries="{backbone.backgrid.filter.js}" />
|
||||
</component>
|
||||
</project>
|
||||
<project version="4" />
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user