X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fctf-writer%2Fwriter.c;h=246d4ca10a739d37e7a64290c393d6b44009264a;hb=98b15851a941e7342b8bb19e265cdc3a40fabfb8;hp=a3d6f8b428934a41f13d2ba8da8f51a8e48bf8c5;hpb=004090977e6698a39035bb20b5ba4d5da23a6718;p=babeltrace.git diff --git a/src/ctf-writer/writer.c b/src/ctf-writer/writer.c index a3d6f8b4..246d4ca1 100644 --- a/src/ctf-writer/writer.c +++ b/src/ctf-writer/writer.c @@ -37,7 +37,7 @@ #include #include -#include +#include #include "common/assert.h" #include "compat/compiler.h" @@ -152,7 +152,7 @@ struct bt_ctf_writer *bt_ctf_writer_create(const char *path) /* Default to little-endian */ ret = bt_ctf_writer_set_byte_order(writer, BT_CTF_BYTE_ORDER_NATIVE); - BT_ASSERT(ret == 0); + BT_ASSERT_DBG(ret == 0); /* Create trace directory if necessary and open a metadata file */ if (g_mkdir_with_parents(path, S_IRWXU | S_IRWXG)) {