mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-11 07:46:05 -07:00
small changes
This commit is contained in:
parent
9c61f909de
commit
07c00d232c
3 changed files with 9 additions and 14 deletions
|
@ -139,7 +139,7 @@ namespace PlexRequests.Core
|
|||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Log.Error("Failed to cache Sonarr quality profiles!", ex);
|
||||
Log.Error(ex, "Failed to cache Sonarr quality profiles!");
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -161,7 +161,7 @@ namespace PlexRequests.Core
|
|||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Log.Error("Failed to cache CouchPotato quality profiles!", ex);
|
||||
Log.Error(ex, "Failed to cache CouchPotato quality profiles!");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue