1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-07-07 04:19:25 +02:00

Fix nzbdrone reference

This commit is contained in:
bakerboy448 2022-02-11 21:00:17 -06:00 committed by Robin Dadswell
parent dfb8d2ea0f
commit ff409d3661

View File

@ -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;
}