diff --git a/src/log/normal.c b/src/log/normal.c index dc7b63e..300266e 100644 --- a/src/log/normal.c +++ b/src/log/normal.c @@ -96,7 +96,7 @@ void normal_log_pre_init(struct criterion_test *test) { test->name); if (test->data->description) - criterion_pinfo(CRITERION_PREFIX_RUN, _(msg_desc), + criterion_pinfo(CRITERION_PREFIX_DASHES, _(msg_desc), test->data->description); }