mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Include archive name in import log output
This commit is contained in:
@ -296,7 +296,8 @@ namespace osu.Game.Database
|
|||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
LogForModel(item, @"Beginning import...");
|
// Log output here will be missing a valid hash in non-batch imports.
|
||||||
|
LogForModel(item, $@"Beginning import from {archive?.Name ?? "unknown"}...");
|
||||||
|
|
||||||
// TODO: do we want to make the transaction this local? not 100% sure, will need further investigation.
|
// TODO: do we want to make the transaction this local? not 100% sure, will need further investigation.
|
||||||
using (var transaction = realm.BeginWrite())
|
using (var transaction = realm.BeginWrite())
|
||||||
|
Reference in New Issue
Block a user