if (opt_loglevel <= SR_LOG_WARN) {
/* Show only the longest annotation. */
- printf("%s", pda->ann_text[0]);
+ printf("%s: %s", pdata->pdo->proto_id, pda->ann_text[0]);
} else if (opt_loglevel >= SR_LOG_INFO) {
/* Sample numbers and quotes around the longest annotation. */
printf("%"PRIu64"-%"PRIu64"", pdata->start_sample, pdata->end_sample);
if (opt_loglevel == SR_LOG_INFO) {
- printf(" \"%s\"", pda->ann_text[0]);
+ printf(" %s \"%s\"", pdata->pdo->proto_id, pda->ann_text[0]);
} else {
/* Protocol decoder id, annotation class,
* all annotation strings. */