X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=src%2Fplugins%2Ftext%2Fdetails%2Fdetails.c;h=93d88ab0c28aae97673f999c6289570b61b7f1d7;hp=4f304f7320f05554c83d7728dceb4613e2d19f36;hb=28c8edae95b13ad909094fdc6ebc44ab4e10018a;hpb=45397ca4f49f5d93e0c2c178d68d37224a8a9d47 diff --git a/src/plugins/text/details/details.c b/src/plugins/text/details/details.c index 4f304f73..93d88ab0 100644 --- a/src/plugins/text/details/details.c +++ b/src/plugins/text/details/details.c @@ -35,15 +35,6 @@ #include "write.h" #include "plugins/common/param-validation/param-validation.h" -#define LOG_WRONG_PARAM_TYPE(_name, _value, _exp_type) \ - do { \ - BT_COMP_LOGE("Wrong `%s` parameter type: type=%s, " \ - "expected-type=%s", \ - (_name), bt_common_value_type_string( \ - bt_value_get_type(_value)), \ - bt_common_value_type_string(_exp_type)); \ - } while (0) - #define IN_PORT_NAME "in" #define COLOR_PARAM_NAME "color" #define WITH_METADATA_PARAM_NAME "with-metadata"