code: Fix typo of log and variables (#42)

This commit is contained in:
rayzui
2021-06-15 14:36:04 +08:00
committed by GitHub
parent a9a6cbc2aa
commit c36014b57e
42 changed files with 125 additions and 125 deletions

View File

@ -911,7 +911,7 @@ int ObRecoveryPointSchemaFilter::init(const int64_t tenant_id, const int64_t ten
if (OB_FAIL(ObBackupUtils::retry_get_tenant_schema_guard(
tenant_id, schema_service, tenant_recovery_point_schema_version, recovery_point_schema_guard_))) {
STORAGE_LOG(WARN,
"failed to get tenant backup schema gaurd",
"failed to get tenant backup schema guard",
K(ret),
K(tenant_id),
K(tenant_recovery_point_schema_version));