1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-19 21:46:50 -04:00

Added one last update notification

This commit is contained in:
kay.one
2011-11-20 22:21:36 -08:00
parent 0a70c836df
commit ceda9312c7
+1 -1
View File
@@ -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.";
}
}
}