X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=converter%2Fbabeltrace.c;h=dd335edbb20d56374559d450cdcbbfdf8b29861b;hp=9d4212241274a14d2a8934de3a81a28ef8af4ec3;hb=22133895a9a6b29ec17211f8d437bc128a7e4dfc;hpb=d63ca2cd2249356c28a63653d30c681e9a7ce249 diff --git a/converter/babeltrace.c b/converter/babeltrace.c index 9d421224..dd335edb 100644 --- a/converter/babeltrace.c +++ b/converter/babeltrace.c @@ -3,7 +3,9 @@ * * Babeltrace Trace Converter * - * Copyright 2010 - Mathieu Desnoyers + * Copyright 2010-2011 EfficiOS Inc. and Linux Foundation + * + * Author: Mathieu Desnoyers * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -187,8 +189,6 @@ int main(int argc, char **argv) opt_input_format); exit(EXIT_FAILURE); } - if (!opt_output_format) - opt_output_format = "ctf"; fmt_write = bt_lookup_format(g_quark_from_static_string(opt_output_format)); if (!fmt_write) { fprintf(stdout, "[error] format \"%s\" is not supported.\n\n",