|
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?