REQ-2481: 更新日志

This commit is contained in:
yanglin 2024-06-03 16:34:30 +08:00
parent a52bb483ec
commit ed71030176

View File

@ -146,7 +146,7 @@ public class SendExecutor<T> implements Supplier<ExecResult> {
try {
runnable.run();
} catch (Exception e) {
sendManager.queue().log("执行任务异常, 终止执行", e);
sendManager.queue().log("执行任务异常", e);
}
};
CompletableFuture<Void> future = CompletableFuture.runAsync(errorFree, threadPool);