[Bugfix]Solve the problem that logs are frequently printed
This commit is contained in:
parent
5a56636b54
commit
aef8b3aa64
@ -87,7 +87,7 @@ void ObTableExecuteEndTransCb::callback(int cb_param)
|
||||
if (OB_FAIL(response_sender_.response(cb_param))) {
|
||||
LOG_WARN("failed to send response", K(ret), K(cb_param));
|
||||
} else {
|
||||
LOG_INFO("async send execute response", K(cb_param));
|
||||
LOG_DEBUG("async send execute response", K(cb_param));
|
||||
}
|
||||
|
||||
this->destroy_cb_if_no_ref();
|
||||
|
Loading…
x
Reference in New Issue
Block a user