X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2FTApplication.java;h=0a2ab19548f7a1706b3dec7656803bd7c478fb57;hb=6358f6e567422c8a5e880af36bec9ea798cc2cd4;hp=e9a7a44c62ddb4c9cd53b17a3ca7eee35e8985b8;hpb=1d14ffab43232e04a7d60ac496152510fa47b407;p=nikiroo-utils.git diff --git a/src/jexer/TApplication.java b/src/jexer/TApplication.java index e9a7a44..0a2ab19 100644 --- a/src/jexer/TApplication.java +++ b/src/jexer/TApplication.java @@ -772,6 +772,9 @@ public class TApplication implements Runnable { // wait until either the backend or the consumer threads have // something to do. try { + if (debugThreads) { + System.err.println("sleep " + timeout + " millis"); + } synchronized (this) { this.wait(timeout); }