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

This commit is contained in:
Vincent Sevilla
2019-05-14 05:24:45 -07:00
committed by Tomas Slusny
parent 4e465e4e28
commit 869fa9d93d

View File

@@ -150,6 +150,8 @@ public class Notifier
{
flashStart = Instant.now();
}
log.debug(message);
}
public void processFlash(final Graphics2D graphics)