We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e558b commit 25be55cCopy full SHA for 25be55c
src/NHibernate/Engine/Loading/LoadContexts.cs
@@ -239,7 +239,7 @@ internal LoadingCollectionEntry LocateLoadingCollectionEntry(CollectionKey key)
239
xrefLoadingCollectionEntries.TryGetValue(key, out rtn);
240
if (log.IsDebugEnabled())
241
{
242
- log.Debug("collection [{0}] {1} in load context", key, (rtn == null ? "located" : "not located"));
+ log.Debug("collection [{0}] {1} in load context", key, (rtn == null ? "not located" : "located"));
243
}
244
return rtn;
245
0 commit comments