Fix: missing variant choice name
[deliverable/lttng-tools.git] / src / bin / lttng-sessiond / tsdl-trace-class-visitor.cpp
index dcee5d170b8a44e7dae1b7131d777ab0790fda76..1eedaaea7acc25b879b9f61cc35fb709c8c2700d 100644 (file)
@@ -440,7 +440,7 @@ private:
 ) {
                        _description.resize(_description.size() + _indentation_level, '\t');
                        field.second->accept(*this);
-                       _description += "\n";
+                       _description += fmt::format(" {} ;\n", field.first.name);
                }
 
                _bypass_identifier_escape = previous_bypass_identifier_escape;
This page took 0.04143 seconds and 5 git commands to generate.