Fix DBG to ERR for data format mismatch
[ust.git] / libust / marker.c
index 3351726aaa17954e2dcbb4169836032c4c326060..dbabf3eeef563f415e2f5e16fae74b2a8f30e17a 100644 (file)
@@ -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.022787 seconds and 4 git commands to generate.