Logging: standardize logging tags
[babeltrace.git] / src / plugins / ctf / common / bfcr / bfcr.c
index 2bdd961ddc393cc126408bce54e47526635150d7..db84fe95644886f0955d1de3f29eac874b1d9bdd 100644 (file)
@@ -23,7 +23,7 @@
  * SOFTWARE.
  */
 
-#define BT_LOG_TAG "PLUGIN-CTF-BFCR"
+#define BT_LOG_TAG "PLUGIN/CTF/BFCR"
 #include "logging.h"
 
 #include <stdlib.h>
@@ -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.02405 seconds and 4 git commands to generate.