fix(stream): fix syntax error.

This commit is contained in:
Haojun Liao 2024-08-30 09:35:08 +08:00
parent af259945b6
commit 9fc493f221
1 changed files with 1 additions and 1 deletions

View File

@ -4809,7 +4809,7 @@ int32_t tsdbReaderOpen2(void* pVnode, SQueryTableDataCond* pCond, void* pTableLi
return code;
_err:
tsdbError("failed to create data reader, error at:%d code:%s %s", tstrerror(code), lino, idstr);
tsdbError("failed to create data reader, error at:%d code:%s %s", lino, tstrerror(code), idstr);
tsdbReaderClose2(*ppReader);
*ppReader = NULL; // reset the pointer value.
return code;