diff --git a/src/NzbDrone.Update/UpdateApp.cs b/src/NzbDrone.Update/UpdateApp.cs index 60a3708f8..1254e0817 100644 --- a/src/NzbDrone.Update/UpdateApp.cs +++ b/src/NzbDrone.Update/UpdateApp.cs @@ -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; }