Browse Source

bugfix

lang_de
Stephan Richter 2 years ago
parent
commit
4a543b16f6
  1. 2
      pom.xml
  2. 2
      src/main/java/de/srsoftware/widerhall/mail/ImapClient.java

2
pom.xml

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

2
src/main/java/de/srsoftware/widerhall/mail/ImapClient.java

@ -179,7 +179,7 @@ public class ImapClient { @@ -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);

Loading…
Cancel
Save