Fix: Mismatch of field name between ust and tools
[lttng-tools.git] / src / bin / lttng / commands / list.c
index eced2b7165f1836098e415aad4768c772a581240..0467cc6ba32d6afc828bcaeec34e31c0b58ed416 100644 (file)
@@ -281,7 +281,7 @@ static void print_event_field(struct lttng_event_field *field)
                return;
        }
        MSG("%sfield: %s (%s)%s", indent8, field->field_name,
                return;
        }
        MSG("%sfield: %s (%s)%s", indent8, field->field_name,
-               field_type(field), field->written ? "" : " [no write]");
+               field_type(field), field->nowrite ? "" : " [no write]");
 }
 
 /*
 }
 
 /*
This page took 0.024087 seconds and 4 git commands to generate.