From 5c14cf861b70632117341c6fe57fc61ec3112b73 Mon Sep 17 00:00:00 2001 From: obdev Date: Wed, 26 Apr 2023 13:46:20 +0000 Subject: [PATCH] adjust the log level when ~_SBase --- deps/oblib/src/lib/rc/context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/oblib/src/lib/rc/context.h b/deps/oblib/src/lib/rc/context.h index 1e20475af..e30a4f46a 100644 --- a/deps/oblib/src/lib/rc/context.h +++ b/deps/oblib/src/lib/rc/context.h @@ -785,7 +785,7 @@ public: ~_SBase() { if (OB_UNLIKELY(0 == i_)) { - OB_LOG_RET(ERROR, OB_ERROR, "has break statement!!!"); + OB_LOG_RET(WARN, OB_ERROR, "has break statement!!!"); } } int i_;