Skip to content

Commit 007d78d

Browse files
committed
additional information in jackpot
1 parent eaba8be commit 007d78d

File tree

1 file changed

+1
-1
lines changed
  • Intersect.Server/Database/PlayerData

1 file changed

+1
-1
lines changed

Intersect.Server/Database/PlayerData/User.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ public void Save(PlayerContext? playerContext, bool force = false, bool create =
384384
concurrencyErrors.AppendLine("");
385385
}
386386

387-
Log.Error(ex, "Jackpot! Concurrency Bug For " + Name);
387+
Log.Error(ex, $"Jackpot! Concurrency Bug For {Name} in {(createdContext == default ? "Existing" : "Created")} Context");
388388
Log.Error(concurrencyErrors.ToString());
389389
ServerContext.DispatchUnhandledException(
390390
new Exception("Failed to save user, shutting down to prevent rollbacks!")

0 commit comments

Comments
 (0)