mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
log to database
This commit is contained in:
@ -140,7 +140,7 @@ namespace osu.Game.Database
|
||||
if (t.IsFaulted)
|
||||
{
|
||||
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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user