[Context] Fix DBG message
Compare changes
+ 2
− 1
@@ -27,6 +27,7 @@ auto operator<<(std::ostream& strm, const Context& context) -> std::ostream& {
The thread local currentContext was already set to nullptr when we logged it. Use the right field instead.