This commit is contained in:
2022-04-22 00:32:47 +02:00
parent 42593fcb3c
commit 4a543b16f6
2 changed files with 2 additions and 2 deletions

View File

@@ -179,7 +179,7 @@ public class ImapClient {
public ImapClient start() {
stop();
LOG.info("Erzeuge ListeningThread für…",username);
LOG.info("Erzeuge ListeningThread für {}",username);
(listeningThread = new ListeningThread()).start();
LOG.info("Erzeuge Heartbeat für {}…",username);