mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-30 12:27:09 +01:00
fix erroneous logging for windows service on non-windows
This commit is contained in:
parent
32fd0911a2
commit
dd27d69e97
1 changed files with 0 additions and 2 deletions
|
|
@ -171,8 +171,6 @@ public static ApplicationModes GetApplicationMode(IStartupContext startupContext
|
|||
return ApplicationModes.UninstallService;
|
||||
}
|
||||
|
||||
Logger.Debug("Getting windows service status");
|
||||
|
||||
// IsWindowsService can throw sometimes, so wrap it
|
||||
var isWindowsService = false;
|
||||
try
|
||||
|
|
|
|||
Loading…
Reference in a new issue