Fixed description not being printed with dashes

This commit is contained in:
Snaipe 2016-01-14 15:46:06 +01:00
parent 2e75ad6268
commit 44adfb4be5

View file

@ -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);
}