bugfix
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -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>
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user