Skip to content

Commit

Permalink
notifier: Log notifications to console in debug mode (#8805)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentJ711 authored and deathbeam committed May 14, 2019
1 parent 4e465e4 commit 869fa9d
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -150,6 +150,8 @@ public void notify(String message, TrayIcon.MessageType type)
{
flashStart = Instant.now();
}

log.debug(message);
}

public void processFlash(final Graphics2D graphics)
Expand Down

0 comments on commit 869fa9d

Please sign in to comment.