diff options
| author | 童宗振 <[email protected]> | 2024-04-15 11:13:08 +0000 |
|---|---|---|
| committer | 童宗振 <[email protected]> | 2024-04-15 11:13:08 +0000 |
| commit | 8232dd5a3da45c324f898abf1ef609cf0cda668b (patch) | |
| tree | 7d6e4055bbdd3caf3536fe6e2ffff07be62960a4 /src/trace_output.c | |
| parent | 8842fa8bdfcb3a96b5b1074e4d4ceefdb4199dfc (diff) | |
Add maat test
Diffstat (limited to 'src/trace_output.c')
| -rw-r--r-- | src/trace_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trace_output.c b/src/trace_output.c index a135d59..96288ae 100644 --- a/src/trace_output.c +++ b/src/trace_output.c @@ -220,7 +220,7 @@ void cli_job_mbufs_write_process(marsio_buff_t * mbufs[], int nr_mbufs, job_bitm // todo: optimization unsigned int comment_max_size = 8192; comment = malloc(comment_max_size); - CHECK_OR_EXIT(comment, "malloc fail, insufficient memory"); + DP_TRACE_VERIFY(comment, "malloc fail, insufficient memory"); for (unsigned int i = 0; i < nr_mbufs; i++) { |
