fix bug for gi_flag in ob_log_set

This commit is contained in:
lck0
2021-08-29 11:02:55 +08:00
committed by wangzelin.wzl
parent 9812af88fb
commit 5c46b54684
2 changed files with 3 additions and 13 deletions

View File

@ -261,7 +261,7 @@ int ObGranulePump::try_fetch_pwj_tasks(
break;
default:
ret = OB_ERR_UNEXPECTED;
LOG_WARN("unexpected type", K(ret));
LOG_WARN("unexpected type", K(ret), K(splitter_type_));
}
}
return ret;
@ -300,7 +300,7 @@ int ObGranulePump::fetch_granule_task(
break;
default:
ret = OB_ERR_UNEXPECTED;
LOG_WARN("unexpected type", K(ret));
LOG_WARN("unexpected type", K(ret), K(splitter_type_));
}
}
return ret;