enhance: add log of initialize resident func
This commit is contained in:
parent
c58daa705b
commit
54803a56a6
|
@ -961,6 +961,7 @@ int32_t udfdInitResidentFuncs() {
|
|||
char* token;
|
||||
while ((token = strtok_r(pSave, ",", &pSave)) != NULL) {
|
||||
char func[TSDB_FUNC_NAME_LEN+1] = {0};
|
||||
fnInfo("udfd add resident function %s", func);
|
||||
strncpy(func, token, TSDB_FUNC_NAME_LEN);
|
||||
taosArrayPush(global.residentFuncs, func);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue