improved log output

This commit is contained in:
2022-04-22 19:16:41 +02:00
parent 6abee6e977
commit f636520ca0
2 changed files with 2 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ public class ImapClient {
}
private void handleMessages() throws MessagingException {
LOG.debug("reading email:");
LOG.debug("Reading email of {}:",username);
if (!inbox.isOpen()){
inbox.open(IMAPFolder.READ_WRITE);
}