Skip to content

Commit

Permalink
openarc/openarc-ar.c (main (for testing)): print result_comment
Browse files Browse the repository at this point in the history
  • Loading branch information
futatuki committed Sep 13, 2024
1 parent 4084c23 commit 0c51767
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openarc/openarc-ar.c
Original file line number Diff line number Diff line change
Expand Up @@ -866,6 +866,7 @@ main(int argc, char **argv)
ares_xconvert(aresults,
ar.ares_result[c].result_result));
printf("\treason \"%s\"\n", ar.ares_result[c].result_reason);
printf("\tcomment \"%s\"\n", ar.ares_result[c].result_comment);

for (d = 0; d < ar.ares_result[c].result_props; d++)
{
Expand Down

0 comments on commit 0c51767

Please sign in to comment.