mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 00:42:55 +08:00
log to database
This commit is contained in:
parent
60bdae41b6
commit
78201c4649
@ -140,7 +140,7 @@ namespace osu.Game.Database
|
|||||||
if (t.IsFaulted)
|
if (t.IsFaulted)
|
||||||
{
|
{
|
||||||
notify.State = ProgressNotificationState.Cancelled;
|
notify.State = ProgressNotificationState.Cancelled;
|
||||||
Logger.Error(t.Exception, "An error occurred while exporting");
|
Logger.Error(t.Exception, "An error occurred while exporting", LoggingTarget.Database);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user