mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
updates static resourceprovider with better logging.
This commit is contained in:
parent
6fc8ec6cbc
commit
43b4262e14
3 changed files with 12 additions and 13 deletions
|
@ -81,6 +81,8 @@ namespace NzbDrone.Core.Update
|
|||
var process = _processProvider.Start(startInfo);
|
||||
|
||||
_processProvider.WaitForExit(process);
|
||||
|
||||
_logger.Error("Update process failed");
|
||||
}
|
||||
|
||||
public Dictionary<DateTime, string> GetUpdateLogFiles()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue