reenable buffer dumping

This commit is contained in:
Douglas Gillespie 2024-03-07 11:28:50 +00:00
parent f612520809
commit f31266d20a

View File

@ -196,7 +196,7 @@ public class PamController implements PamControllerInterface, PamSettings {
private Timer diagnosticTimer;
private boolean debugDumpBufferAtRestart = false;
private boolean debugDumpBufferAtRestart = true;
private NetworkController networkController;
private int nNetPrepared;