refactor: adjust some logs

This commit is contained in:
Shengliang Guan 2022-06-02 16:51:30 +08:00
parent e35ebdadac
commit e26fdbac4e
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ static int32_t dmOpenMgmt(SMgmtInputOpt *pInput, SMgmtOutputOpt *pOutput) {
} }
if (udfStartUdfd(pMgmt->pData->dnodeId) != 0) { if (udfStartUdfd(pMgmt->pData->dnodeId) != 0) {
return -1; dError("failed to start udfd");
} }
pOutput->pMgmt = pMgmt; pOutput->pMgmt = pMgmt;