fix compile error

This commit is contained in:
yihaoDeng 2024-09-20 14:08:46 +08:00
parent 3c6a0e71cc
commit cc975c4bdb
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ static int32_t dmCompareEncryptKey(char *file, char *key, bool toLogFile) {
result = taosMemoryMalloc(len);
if (result == NULL) {
code = terrno;
encryptError("failed to alloc memory since %s", file, tstrerror(code));
encryptError("failed to alloc memory file:%s since %s", file, tstrerror(code));
goto _OVER;
}