fix log in ObSubSchemaCtx::reset()

This commit is contained in:
lyxiong0 2024-10-08 11:46:02 +00:00 committed by ob-robot
parent 25e73d42fd
commit 2c074473ca

View File

@ -422,7 +422,7 @@ void ObSubSchemaCtx::reset() {
used_subschema_id_ = MAX_NON_RESERVED_SUBSCHEMA_ID;
reserved_ = 0;
fields_ = NULL;
LOG_INFO("subschema ctx reset", KP(this), KP(this), K(lbt()));
LOG_DEBUG("subschema ctx reset", KP(this), K(lbt()));
}
}