adjust the log level when ~_SBase
This commit is contained in:
parent
ff7c6d0243
commit
5c14cf861b
2
deps/oblib/src/lib/rc/context.h
vendored
2
deps/oblib/src/lib/rc/context.h
vendored
@ -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_;
|
||||
|
Loading…
x
Reference in New Issue
Block a user