--- lbbs/src/str_process.c 2025/11/17 12:16:48 1.31 +++ lbbs/src/str_process.c 2025/11/22 10:36:37 1.32 @@ -203,7 +203,9 @@ long split_data_lines(const char *p_buf, // Exceed max_line_cnt if (line_cnt + 1 >= line_offsets_count) { - // log_error("Line count %d reaches limit %d\n", line_cnt + 1, line_offsets_count); +#ifdef _DEBUG + log_error("Line count %d reaches limit %d\n", line_cnt + 1, line_offsets_count); +#endif return line_cnt; }