Fix: babeltrace should skip erroneous traces
[babeltrace.git] / lib / context.c
index d3232fe9720878f6f1b9cde0ebe27b1f5a7072ea..d6b1ec8b6ba71f48e5ffe9428baf3a89f8cc42df 100644 (file)
@@ -79,7 +79,7 @@ int bt_context_add_trace(struct bt_context *ctx, const char *path,
        if (path) {
                td = fmt->open_trace(path, O_RDONLY, packet_seek, NULL);
                if (!td) {
        if (path) {
                td = fmt->open_trace(path, O_RDONLY, packet_seek, NULL);
                if (!td) {
-                       fprintf(stderr, "[error] [Context] Cannot open_trace of the format %s .\n\n",
+                       fprintf(stderr, "[warning] [Context] Cannot open_trace of the format %s .\n\n",
                                        path);
                        ret = -1;
                        goto end;
                                        path);
                        ret = -1;
                        goto end;
This page took 0.022227 seconds and 4 git commands to generate.