adjust the log level when ~_SBase

This commit is contained in:
obdev 2023-04-26 13:46:20 +00:00 committed by ob-robot
parent ff7c6d0243
commit 5c14cf861b

View File

@ -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_;