mirror of
https://github.com/Radarr/Radarr
synced 2026-01-08 00:23:00 +01:00
Fix nzbdrone reference
This commit is contained in:
parent
dfb8d2ea0f
commit
ff409d3661
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ private int ParseProcessId(string arg)
|
|||
throw new ArgumentOutOfRangeException("arg", "Invalid process ID");
|
||||
}
|
||||
|
||||
Logger.Debug("NzbDrone process ID: {0}", id);
|
||||
Logger.Debug("Radarr process ID: {0}", id);
|
||||
return id;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue