X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=libust%2Fmarker.c;h=dbabf3eeef563f415e2f5e16fae74b2a8f30e17a;hb=a3adfb05f9a9d0bb3f49b6696a0c233d6e9f6626;hp=3351726aaa17954e2dcbb4169836032c4c326060;hpb=1dba3e6c054da18f238d051da5b1839bd5e4e4dd;p=ust.git diff --git a/libust/marker.c b/libust/marker.c index 3351726..dbabf3e 100644 --- a/libust/marker.c +++ b/libust/marker.c @@ -529,7 +529,7 @@ static int set_marker(struct marker_entry *entry, struct marker *elem, if (entry->format) { if (strcmp(entry->format, elem->format) != 0) { - DBG("Format mismatch for probe %s (%s), marker (%s)", + ERR("Format mismatch for probe %s (%s), marker (%s)", entry->name, entry->format, elem->format);