mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
fix erroneous logging for windows service on non-windows
This commit is contained in:
@@ -171,8 +171,6 @@ namespace NzbDrone.Host
|
|||||||
return ApplicationModes.UninstallService;
|
return ApplicationModes.UninstallService;
|
||||||
}
|
}
|
||||||
|
|
||||||
Logger.Debug("Getting windows service status");
|
|
||||||
|
|
||||||
// IsWindowsService can throw sometimes, so wrap it
|
// IsWindowsService can throw sometimes, so wrap it
|
||||||
var isWindowsService = false;
|
var isWindowsService = false;
|
||||||
try
|
try
|
||||||
|
Reference in New Issue
Block a user