!4229 修复dorado_fd.cpp日志格式问题

Merge pull request !4229 from xiyanziran/master-dorado
This commit is contained in:
opengauss_bot
2023-10-08 02:02:06 +00:00
committed by Gitee

View File

@ -112,7 +112,7 @@ void DoradoReadCtlInfo(ShareStorageXLogCtl *ctlInfo)
}
if (ctlInfo->magic != SHARE_STORAGE_CTL_MAGIC || ctlInfo->checkNumber != SHARE_STORAGE_CTL_CHCK_NUMBER) {
ereport(FATAL, (errmsg("dorado ctl info maybe damaged, cltInfo->magic = %u, ctlInfo->checkNumber = %llu",
ereport(FATAL, (errmsg("dorado ctl info maybe damaged, cltInfo->magic = %u, ctlInfo->checkNumber = %lu",
ctlInfo->magic, ctlInfo->checkNumber)));
}