提交 2c2f1c5a 编写于 作者: M Minglei Jin

[TS-378]<fix>: fix tsCompressBoolImp log error

上级 12dced74
......@@ -308,7 +308,7 @@ int tsCompressBoolImp(const char *const input, const int nelements, char *const
/* t = (~((( uint8_t)1) << (7-i%BITS_PER_BYTE))); */
output[pos] |= t;
} else {
uError("Invalid compress bool value:%d", output[pos]);
uError("Invalid compress bool value:%d", input[i]);
return -1;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册