From fb36eee3d0906331e85b4de00b334d3a911b9388 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Tue, 17 Oct 2023 14:42:33 -0400 Subject: [PATCH] track XO_LITERAL api change --- src/Refcounted.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Refcounted.cpp b/src/Refcounted.cpp index 11c8cb62..eade7a50 100644 --- a/src/Refcounted.cpp +++ b/src/Refcounted.cpp @@ -14,7 +14,7 @@ namespace xo { void * this_ptr, Refcount * x) { - scope lscope(XO_LITERAL(verbose, self_type, method_name), + scope lscope(XO_LITERAL(log_level::verbose, self_type, method_name), "enter", xtag("this", this_ptr), xtag("x", x),