mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 18:13:09 +08:00
Output the currently importing model
This commit is contained in:
parent
af7cda37ca
commit
83bda313d1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user