mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 00:22:40 +01:00
Add a trace log when not attaching the current user for test merging
This commit is contained in:
@@ -654,6 +654,8 @@ namespace Tgstation.Server.Host.Controllers
|
||||
};
|
||||
databaseContext.Users.Attach(contextUser);
|
||||
}
|
||||
else
|
||||
Logger.LogTrace("Skipping attaching the user to the database context as it is already loaded!");
|
||||
|
||||
foreach (var I in model.NewTestMerges)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user