Showing
1 changed file
with
1 additions
and
0 deletions
@@ -103,6 +103,7 @@ public class BaseNoticeFacade { | @@ -103,6 +103,7 @@ public class BaseNoticeFacade { | ||
103 | 103 | ||
104 | public void send() { | 104 | public void send() { |
105 | executorService.execute(() -> { | 105 | executorService.execute(() -> { |
106 | + final Logger log = getLogger(); | ||
106 | final String logPrefix = getReplacedContent("{} send uid {}", this.logPrefix, this.uid); | 107 | final String logPrefix = getReplacedContent("{} send uid {}", this.logPrefix, this.uid); |
107 | log.info("{}, start", logPrefix); | 108 | log.info("{}, start", logPrefix); |
108 | sendInbox(logPrefix); | 109 | sendInbox(logPrefix); |
-
Please register or login to post a comment