* David Goulet ([email protected]) wrote: > Signed-off-by: David Goulet <[email protected]>
Acked-by: Mathieu Desnoyers <[email protected]> > --- > libust/marker.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > 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); > -- > 1.7.2.3 > > > _______________________________________________ > ltt-dev mailing list > [email protected] > http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev > -- Mathieu Desnoyers Operating System Efficiency R&D Consultant EfficiOS Inc. http://www.efficios.com _______________________________________________ ltt-dev mailing list [email protected] http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev
