Commit 99552b90 authored by Aurelio Colosimo's avatar Aurelio Colosimo

trivial: fix macro MSG_SEND_AND_RET (uncomment log message and make it verbose)

parent 6f5ed695
......@@ -604,7 +604,9 @@ const char const * pp_msg_names[] = {
return -1;\
}\
ppi->sent_seq_id[PPM_## x]++;\
//PP_PRINTF("SENT %02d %d.%d %s \n", PP_## x ##_LENGTH, ppi->last_snt_time.seconds, ppi->last_snt_time.nanoseconds,pp_msg_names[PPM_##x]);\
PP_VPRINTF("SENT %02d %d.%d %s \n", PP_## x ##_LENGTH,\
ppi->last_snt_time.seconds,\
ppi->last_snt_time.nanoseconds,pp_msg_names[PPM_##x]);\
return 0;
#endif
......
......@@ -604,7 +604,9 @@ const char const * pp_msg_names[] = {
return -1;\
}\
ppi->sent_seq_id[PPM_## x]++;\
//PP_PRINTF("SENT %02d %d.%d %s \n", PP_## x ##_LENGTH, ppi->last_snt_time.seconds, ppi->last_snt_time.nanoseconds,pp_msg_names[PPM_##x]);\
PP_VPRINTF("SENT %02d %d.%d %s \n", PP_## x ##_LENGTH,\
ppi->last_snt_time.seconds,\
ppi->last_snt_time.nanoseconds,pp_msg_names[PPM_##x]);\
return 0;
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment