Fixed wording

This commit is contained in:
Joseph Milazzo 2017-05-05 08:22:12 -05:00
parent 3f2c00410d
commit 5302c0915e
1 changed files with 1 additions and 1 deletions

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);
}
}