diff options
Diffstat (limited to 'nDPId-test.c')
-rw-r--r-- | nDPId-test.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nDPId-test.c b/nDPId-test.c index e991f69c0..dd5bb97c1 100644 --- a/nDPId-test.c +++ b/nDPId-test.c @@ -1852,9 +1852,9 @@ int main(int argc, char ** argv) total_free_count); printf( - "~~ json string min len.......: %llu chars\n" - "~~ json string max len.......: %llu chars\n" - "~~ json string avg len.......: %llu chars\n", + "~~ json message min len.......: %llu chars\n" + "~~ json message max len.......: %llu chars\n" + "~~ json message avg len.......: %llu chars\n", distributor_return.stats.json_message_len_min, distributor_return.stats.json_message_len_max, (unsigned long long int)distributor_return.stats.json_message_len_avg); |