Update PamController.java

add in debug output at start and stop
This commit is contained in:
Douglas Gillespie 2024-03-04 13:59:09 +00:00 committed by GitHub
parent 85b47c86af
commit 23062c3ff4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1382,7 +1382,7 @@ public class PamController implements PamControllerInterface, PamSettings {
* @param sayEmpties dump info even if a buffer is empty (otherwise, only ones that have stuff still)
*/
public void dumpBufferStatus(String message, boolean sayEmpties) {
if (2 >1) return;
//if (2 >1) return;
System.out.println("**** Dumping process buffer status: " + message);
ArrayList<PamControlledUnit> pamControlledUnits = pamConfiguration.getPamControlledUnits();
for (PamControlledUnit aUnit : pamControlledUnits) {