mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-27 02:40:51 +01:00
dont spam the logger
This commit is contained in:
parent
4d7bc7ff62
commit
265258e81b
@ -145,7 +145,7 @@ public class UiLoggerController implements Initializable {
|
|||||||
elements.add(new Element(packet.toString(), "outgoing"));
|
elements.add(new Element(packet.toString(), "outgoing"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!expr.equals("") && displayStructure && (!skiphugepackets || packet.length() <= 8000))
|
if (!expr.equals("") && displayStructure && packet.length() <= 2000)
|
||||||
elements.add(new Element("\n" + cleanTextContent(expr), "structure"));
|
elements.add(new Element("\n" + cleanTextContent(expr), "structure"));
|
||||||
|
|
||||||
elements.add(new Element("\n--------------------\n", ""));
|
elements.add(new Element("\n--------------------\n", ""));
|
||||||
|
Loading…
Reference in New Issue
Block a user