Init ctf fs data and metadata streams
[babeltrace.git] / plugins / ctf / fs / file.c
index 1d31bcfc0784f12cffae9a51522ec7d2e0037b66..54b11a67013d2c16a0474c0a30c436873d7bd996 100644 (file)
@@ -89,7 +89,7 @@ int ctf_fs_file_open(struct ctf_fs_component *ctf_fs, struct ctf_fs_file *file,
        PDBG("Opening file \"%s\" with mode \"%s\"\n", file->path->str, mode);
        file->fp = fopen(file->path->str, mode);
        if (!file->fp) {
-               PERR("Cannot open file \"%s\" with mode \"%s\": %s",
+               PERR("Cannot open file \"%s\" with mode \"%s\": %s\n",
                        file->path->str, mode, strerror(errno));
                goto error;
        }
This page took 0.02276 seconds and 4 git commands to generate.