Fix: Report errors occuring in lttng_live_read
[babeltrace.git] / converter / babeltrace.c
index c53c4800046923a616ef9f6d583fd7753df7b692..0ceca0c40081ec9c4a721a47b59c33b2eb526ec7 100644 (file)
@@ -509,8 +509,6 @@ int bt_context_add_traces_recursive(struct bt_context *ctx, const char *path,
                if (ret < 0) {
                        fprintf(stderr, "[warning] [Context] cannot open trace \"%s\" "
                                        "for reading.\n", path);
-                       /* Allow to skip erroneous traces. */
-                       ret = 1;        /* partial error */
                }
                return ret;
        }
This page took 0.022605 seconds and 4 git commands to generate.