Skip to content
Snippets Groups Projects
Commit f2f9e8ba authored by Antoine Pietri's avatar Antoine Pietri
Browse files

DumpProperties: fix output for tag names

parent 3b968592
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ public class DumpProperties {
}
byte[] tagName = graph.getTagName(node);
if (tagName != null) {
System.out.format(" message: %s\n", (new String(tagName)));
System.out.format(" name: %s\n", (new String(tagName)));
}
break;
case ORI:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment