1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-03-11 06:22:52 +00:00

Fixed wording

This commit is contained in:
Joseph Milazzo 2017-05-05 08:22:12 -05:00
parent 3f2c00410d
commit 5302c0915e

View file

@ -40,7 +40,7 @@ namespace NzbDrone.Update.UpdateEngine
}
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);
}
}