fix erroneous logging for windows service on non-windows

[common]
pull/6812/head
bakerboy448 3 years ago
parent 073e59e3db
commit 41d69d8484

@ -176,8 +176,6 @@ namespace Radarr.Host
return ApplicationModes.UninstallService;
}
Logger.Debug("Getting windows service status");
// IsWindowsService can throw sometimes, so wrap it
var isWindowsService = false;
try

Loading…
Cancel
Save