mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 13:25:13 +02:00
More work on WindowsService, still broken
This commit is contained in:
@@ -20,5 +20,10 @@ namespace NzbDrone.Providers
|
||||
Logger.Info("Printing Help");
|
||||
Console.WriteLine("Help");
|
||||
}
|
||||
|
||||
public virtual void PrintServiceAlreadyExist()
|
||||
{
|
||||
Console.WriteLine("A service with the same name ({0}) already exists. Aborting installation", ServiceProvider.NzbDroneServiceName);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user