X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=lib%2Fcontext.c;h=b728298cb799c43f16300238004ccc29633ecf43;hp=d06742231604b6b4ea55f32a5e2deeea32e8fd71;hb=abc40d240660a2f727092bc7fcd727f6d5c82c16;hpb=c790c052a84aa223002e6a9be2583861bb27a40a diff --git a/lib/context.c b/lib/context.c index d0674223..b728298c 100644 --- a/lib/context.c +++ b/lib/context.c @@ -90,7 +90,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, "[warning] [Context] Cannot open_trace of format %s at path %s.\n\n", + fprintf(stderr, "[warning] [Context] Cannot open_trace of format %s at path %s.\n", format_name, path); ret = -1; goto end;