1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-29 05:29:59 +08:00

log to database

This commit is contained in:
cdwcgt
2023-02-23 22:17:35 +09:00
Unverified
parent 60bdae41b6
commit 78201c4649
+1 -1
View File
@@ -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;
}