diff --git a/src/client/src/tscParseLineProtocol.c b/src/client/src/tscParseLineProtocol.c index 6979465a0f41db6e527f003bd4703f46de0e8523..51c1e063bbd8d73318c8da11c4a3ff668fd3d00e 100644 --- a/src/client/src/tscParseLineProtocol.c +++ b/src/client/src/tscParseLineProtocol.c @@ -930,7 +930,7 @@ _cleanup: free(colKVs); if (r == fromIndex) { - tscError("buffer can not fit one line"); + tscInfo("SML:0x%"PRIx64" Remaining buffer is not enough for line: %d of table %s. Allocate a new buffer to continue", info->id, fromIndex, cTableName); *cTableSqlLen = 0; } else { *cTableSqlLen = totalLen;