Add a trace log when not attaching the current user for test merging

This commit is contained in:
Cyberboss
2018-10-02 10:25:37 -04:00
parent df454396a4
commit 0c9dfaabf2
@@ -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)
{