You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
log.Debug("collection [{0}] {1} in load context",key,(rtn==null?"located":"not located"));
I was trying to debug an issue and I noticed these messages in the debug log file. Unless I've misunderstood something it looks like the "located" / "not located" strings are the wrong way around for the null check?