ob_ilog_storage.cpp with misspelled word (#594)

This commit is contained in:
yanghao 2021-11-29 15:46:06 +08:00 committed by GitHub
parent fc8e532b0b
commit c62b8698ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -701,7 +701,7 @@ void ObIlogStorage::ObIlogStorageTimerTask::purge_stale_ilog_index_()
} else if (OB_FAIL(ilog_storage_->purge_stale_ilog_index()) && OB_NEED_WAIT != ret) {
CSR_LOG(WARN, "ilog_storage_timer purge_stale_ilog_index failed", K(ret));
} else {
CSR_LOG(INFO, "ilog_storage_timer pruge_stale_ilog_index_ success", K(ret));
CSR_LOG(INFO, "ilog_storage_timer purge_stale_ilog_index_ success", K(ret));
}
}