Cleanup error messages
[babeltrace.git] / lib / context.c
index d06742231604b6b4ea55f32a5e2deeea32e8fd71..b728298cb799c43f16300238004ccc29633ecf43 100644 (file)
@@ -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) {
        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;
                                        format_name, path);
                        ret = -1;
                        goto end;
This page took 0.022721 seconds and 4 git commands to generate.