refactor: adjust some logs
This commit is contained in:
parent
e35ebdadac
commit
e26fdbac4e
|
@ -55,7 +55,7 @@ static int32_t dmOpenMgmt(SMgmtInputOpt *pInput, SMgmtOutputOpt *pOutput) {
|
|||
}
|
||||
|
||||
if (udfStartUdfd(pMgmt->pData->dnodeId) != 0) {
|
||||
return -1;
|
||||
dError("failed to start udfd");
|
||||
}
|
||||
|
||||
pOutput->pMgmt = pMgmt;
|
||||
|
|
Loading…
Reference in New Issue