Standardize log levels used by logging statements across the project
[babeltrace.git] / src / plugins / ctf / common / bfcr / bfcr.c
index 2bdd961ddc393cc126408bce54e47526635150d7..0d1ae5772745548c065bece5e99a16346b20c22a 100644 (file)
@@ -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.");
This page took 0.023105 seconds and 4 git commands to generate.