X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=lib%2Fcontext.c;h=d6b1ec8b6ba71f48e5ffe9428baf3a89f8cc42df;hp=d3232fe9720878f6f1b9cde0ebe27b1f5a7072ea;hb=ca71827554747d1a4dabf9d82a7c4eacb6f908d5;hpb=30c276af575248a4f83e594c987264f6caa238ba diff --git a/lib/context.c b/lib/context.c index d3232fe9..d6b1ec8b 100644 --- a/lib/context.c +++ b/lib/context.c @@ -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) { - 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;