Logging: standardize logging tags
[babeltrace.git] / src / plugins / utils / counter / counter.c
index 200b9aa752866a68ba96443df5f78f787de902fb..42ac5ad6585b310efdad5c1fae0730ad4ace0341 100644 (file)
  * SOFTWARE.
  */
 
-#define BT_LOG_TAG "PLUGIN-UTILS-COUNTER-FLT"
+#define BT_LOG_TAG "PLUGIN/FLT.UTILS.COUNTER"
 #include "logging.h"
 
 #include <babeltrace2/babeltrace.h>
 #include "common/macros.h"
 #include "common/common.h"
-#include "plugins/plugins-common.h"
 #include "common/assert.h"
 #include <inttypes.h>
 #include <stdint.h>
@@ -139,7 +138,7 @@ BT_HIDDEN
 bt_self_component_status counter_init(
                bt_self_component_sink *component,
                const bt_value *params,
-               UNUSED_VAR void *init_method_data)
+               __attribute__((unused)) void *init_method_data)
 {
        bt_self_component_status ret;
        struct counter *counter = g_new0(struct counter, 1);
This page took 0.024483 seconds and 4 git commands to generate.