1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-16 17:03:18 +08:00

Output the currently importing model

This commit is contained in:
smoogipoo 2018-08-17 13:50:27 +09:00
parent af7cda37ca
commit 83bda313d1

View File

@ -198,6 +198,8 @@ namespace osu.Game.Database
try 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. using (var write = ContextFactory.GetForWrite()) // used to share a context for full import. keep in mind this will block all writes.
{ {
try try