mirror of
https://github.com/Radarr/Radarr
synced 2026-01-17 04:53:15 +01:00
Fixed wording
This commit is contained in:
parent
3f2c00410d
commit
5302c0915e
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ public void Start(AppType appType, string installationFolder)
|
|||
}
|
||||
catch (InvalidOperationException e)
|
||||
{
|
||||
_logger.Warn(e, "Couldn't start Lidarr Service (Most likely due to permission issues). falling back to console.");
|
||||
_logger.Warn(e, "Couldn't start Lidarr Service (Most likely due to permission issues). Falling back to console.");
|
||||
StartConsole(installationFolder);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue