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

@@ -6,7 +6,7 @@
<groupId>org.example</groupId> <groupId>org.example</groupId>
<artifactId>Widerhall</artifactId> <artifactId>Widerhall</artifactId>
<version>0.2.12</version> <version>0.2.13</version>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>

View File

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