diff --git a/NzbDrone.Core/Providers/Jobs/AppUpdateJob.cs b/NzbDrone.Core/Providers/Jobs/AppUpdateJob.cs index 8dff9d465..eebb459c2 100644 --- a/NzbDrone.Core/Providers/Jobs/AppUpdateJob.cs +++ b/NzbDrone.Core/Providers/Jobs/AppUpdateJob.cs @@ -79,7 +79,7 @@ namespace NzbDrone.Core.Providers.Jobs }; var updateProcess = _processProvider.Start(startInfo); - logger.Info("Update in progress. NzbDrone will restart shortly."); + notification.CurrentMessage = "Update in progress. NzbDrone will restart shortly."; } } } \ No newline at end of file