Merge pull request #3245 from smoogipoo/import-output

Output the currently importing model
This commit is contained in:
Dean Herbert
2018-08-17 13:57:57 +09:00
committed by GitHub

View File

@ -198,6 +198,8 @@ namespace osu.Game.Database
try
{
Logger.Log($"Importing {item}...", LoggingTarget.Database);
using (var write = ContextFactory.GetForWrite()) // used to share a context for full import. keep in mind this will block all writes.
{
try