X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fplugins%2Fctf%2Fcommon%2Fbfcr%2Fbfcr.c;h=0d1ae5772745548c065bece5e99a16346b20c22a;hb=3f7d4d90b0456de9d34fac337350818ef06163bd;hp=2bdd961ddc393cc126408bce54e47526635150d7;hpb=44ced4ff8e8b5e46ef03f3aec737fca5ca2c7003;p=babeltrace.git diff --git a/src/plugins/ctf/common/bfcr/bfcr.c b/src/plugins/ctf/common/bfcr/bfcr.c index 2bdd961d..0d1ae577 100644 --- a/src/plugins/ctf/common/bfcr/bfcr.c +++ b/src/plugins/ctf/common/bfcr/bfcr.c @@ -1174,7 +1174,7 @@ struct bt_bfcr *bt_bfcr_create(struct bt_bfcr_cbs cbs, void *data) { struct bt_bfcr *bfcr; - BT_LOGD_STR("Creating binary class reader (BFCR)."); + BT_LOGD_STR("Creating binary field class reader (BFCR)."); bfcr = g_new0(struct bt_bfcr, 1); if (!bfcr) { BT_LOGE_STR("Failed to allocate one binary class reader.");