Skip to content

Commit

Permalink
Fix a minor log typo
Browse files Browse the repository at this point in the history
  • Loading branch information
da3dsoul committed Mar 22, 2018
1 parent 6233e4f commit 6bf0976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shoko.Server/Databases/DatabaseFactory.cs
Expand Up @@ -98,7 +98,7 @@ public static bool InitDB(out string errorMessage)
}
try
{
logger.Info($"Startomg Server: {Instance.GetType()} - CreateAndUpdateSchema()");
logger.Info($"Starting Server: {Instance.GetType()} - CreateAndUpdateSchema()");
Instance.CreateAndUpdateSchema();

logger.Info("Starting Server: RepoFactory.Init()");
Expand Down

0 comments on commit 6bf0976

Please sign in to comment.