mirror of
https://github.com/jneug/zeichenmaschine.git
synced 2026-04-14 06:33:34 +02:00
Debug Nachricht beim shutdown
This commit is contained in:
@@ -531,6 +531,7 @@ public class Zeichenmaschine extends Constants {
|
||||
* vor {@code cleanup()} aufgerufen wird.
|
||||
*/
|
||||
private void cleanup() {
|
||||
LOG.debug("%s shutting down.", APP_NAME);
|
||||
// Alle noch nicht ausgelösten Events werden entfernt
|
||||
eventQueue.clear();
|
||||
// Alle noch nicht ausgeführten Tasks werden entfernt
|
||||
|
||||
Reference in New Issue
Block a user