handle random memory failure

This commit is contained in:
yihaoDeng 2024-11-26 19:00:06 +08:00
parent 76f982e937
commit 2e56479f8a
1 changed files with 1 additions and 1 deletions

View File

@ -1378,7 +1378,7 @@ _end:
taosMemoryFree(pConn);
pConn = NULL;
}
tError("%s failed to create conn since %s" PRId64, transLabel(pInst), tstrerror(code));
tError("%s failed to create conn since %s", transLabel(pInst), tstrerror(code));
return NULL;
}