bugfix
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -6,7 +6,7 @@
|
||||
|
||||
<groupId>org.example</groupId>
|
||||
<artifactId>Widerhall</artifactId>
|
||||
<version>0.2.12</version>
|
||||
<version>0.2.13</version>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user