Changed log message to be a bit more helpful

This commit is contained in:
Collin Smith 2019-12-04 05:01:57 -08:00
parent 937d6cba48
commit ebe6d606f2

View File

@ -313,7 +313,7 @@ public class MPQViewer {
selectedNode = fileTreeCofNodes.get(text);
if (selectedNode == null) return true;
key = text;
System.out.println("trying to set to special");
System.out.println("Found " + text + " at " + selectedNode.getValue());
}
} else {
key = prefixMap.firstKey();