mirror of
https://github.com/PAMGuard/PAMGuard.git
synced 2024-11-21 22:52:22 +00:00
Update PamController.java
add in debug output at start and stop
This commit is contained in:
parent
85b47c86af
commit
23062c3ff4
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user