Skip to content

Commit

Permalink
Make quiet text format the default output format
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Edmonds committed Nov 4, 2014
1 parent f47ae40 commit f81188f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnstap-ldns.c
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ main(int argc, char **argv)
int rv = EXIT_FAILURE;
const char *input_fname = NULL;
struct fstrm_reader *r = NULL;
dnstap_output_format fmt = dnstap_output_format_yaml;
dnstap_output_format fmt = dnstap_output_format_quiet;
fstrm_res res;

/* Args. */
Expand Down

0 comments on commit f81188f

Please sign in to comment.