notifier: Log notifications to console in debug mode (#8805)

This commit is contained in:
Vincent Sevilla
2019-05-14 14:24:45 +02:00
committed by Tomas Slusny
parent 4e465e4e28
commit 869fa9d93d
@@ -150,6 +150,8 @@ public class Notifier
{ {
flashStart = Instant.now(); flashStart = Instant.now();
} }
log.debug(message);
} }
public void processFlash(final Graphics2D graphics) public void processFlash(final Graphics2D graphics)