mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
updates static resourceprovider with better logging.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user