mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-01 19:26:09 -04:00
add more logs
This commit is contained in:
parent
3f42e5305a
commit
8e74890a13
3 changed files with 21 additions and 12 deletions
|
@ -46,6 +46,7 @@ import javax.inject.Named;
|
|||
import java.io.File;
|
||||
import java.time.Duration;
|
||||
import java.util.Optional;
|
||||
import java.util.Random;
|
||||
import java.util.Timer;
|
||||
import java.util.TimerTask;
|
||||
import java.util.concurrent.ScheduledThreadPoolExecutor;
|
||||
|
@ -166,7 +167,7 @@ public class OpenOfferManager {
|
|||
TimerTask timerTask = new TimerTask() {
|
||||
@Override
|
||||
public void run() {
|
||||
Thread.currentThread().setName("RepublishOffers-%d");
|
||||
Thread.currentThread().setName("RepublishOffers-" + String.valueOf(new Random().nextInt(1000)));
|
||||
rePublishOffers();
|
||||
try {
|
||||
} catch (Throwable t) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue