Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
* [ltt-dev] [UST PATCH] Fix DBG to ERR for data format mismatch
@ 2010-09-09 16:55 David Goulet
  2010-09-09 17:01 ` Mathieu Desnoyers
  0 siblings, 1 reply; 2+ messages in thread
From: David Goulet @ 2010-09-09 16:55 UTC (permalink / raw)


Signed-off-by: David Goulet <david.goulet at polymtl.ca>
---
 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




^ permalink raw reply	[flat|nested] 2+ messages in thread

* [ltt-dev] [UST PATCH] Fix DBG to ERR for data format mismatch
  2010-09-09 16:55 [ltt-dev] [UST PATCH] Fix DBG to ERR for data format mismatch David Goulet
@ 2010-09-09 17:01 ` Mathieu Desnoyers
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Desnoyers @ 2010-09-09 17:01 UTC (permalink / raw)


* David Goulet (david.goulet at polymtl.ca) wrote:
> Signed-off-by: David Goulet <david.goulet at polymtl.ca>

Acked-by: Mathieu Desnoyers <mathieu.desnoyers at efficios.com>

> ---
>  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
> ltt-dev at lists.casi.polymtl.ca
> 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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-09-09 17:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-09 16:55 [ltt-dev] [UST PATCH] Fix DBG to ERR for data format mismatch David Goulet
2010-09-09 17:01 ` Mathieu Desnoyers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox