mirror of
https://github.com/Lidarr/Lidarr
synced 2026-04-19 11:11:41 +02:00
Fix rogue Readarr reference
This commit is contained in:
parent
a49955e692
commit
a104a2911e
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ public void Kill()
|
|||
_nzbDroneProcess.Refresh();
|
||||
if (_nzbDroneProcess.HasExited)
|
||||
{
|
||||
var log = File.ReadAllLines(Path.Combine(AppData, "logs", "Readarr.trace.txt"));
|
||||
var log = File.ReadAllLines(Path.Combine(AppData, "logs", "Lidarr.trace.txt"));
|
||||
var output = log.Join(Environment.NewLine);
|
||||
TestContext.Progress.WriteLine("Process has exited prematurely: ExitCode={0} Output:\n{1}", _nzbDroneProcess.ExitCode, output);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue