projects
/
ust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d20cbf
)
Fix DBG to ERR for data format mismatch
author
David Goulet
<david.goulet@polymtl.ca>
Thu, 9 Sep 2010 16:55:45 +0000
(18:55 +0200)
committer
Nils Carlson
<nils.carlson@ericsson.com>
Fri, 10 Sep 2010 08:19:07 +0000
(10:19 +0200)
Signed-off-by: David Goulet <david.goulet@polymtl.ca>
Acked-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
libust/marker.c
patch
|
blob
|
blame
|
history
diff --git
a/libust/marker.c
b/libust/marker.c
index 3351726aaa17954e2dcbb4169836032c4c326060..dbabf3eeef563f415e2f5e16fae74b2a8f30e17a 100644
(file)
--- 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);
This page took
0.024908 seconds
and
4
git commands to generate.