Skip to content

Commit

Permalink
added additional logging (relates to github bcgit#1254)
Browse files Browse the repository at this point in the history
  • Loading branch information
dghgit committed Oct 13, 2022
1 parent 2a89abc commit 1c3efe4
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,11 @@ public void run()
}
}
}

if (LOG.isLoggable(Level.FINE))
{
LOG.fine("entropy thread interrupted - exiting");
}
}
}

Expand Down Expand Up @@ -639,7 +644,7 @@ public void run()
{
if (LOG.isLoggable(Level.FINE))
{
LOG.fine("entropy thread interrupted - exiting");
LOG.fine("entropy request interrupted - exiting");
}
Thread.currentThread().interrupt();
}
Expand Down

0 comments on commit 1c3efe4

Please sign in to comment.