Skip to content

Commit 014ad92

Browse files
author
Jérémy James Toussaint
committed
Logger level
1 parent 3583a99 commit 014ad92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/iexec/worker/replicate/ReplicateDemandService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public void askForReplicate() {
5252

5353
long lastAvailableBlockNumber = iexecHubService.getLatestBlockNumber();
5454
if (lastAvailableBlockNumber == 0) {
55-
log.info("Can't askForReplicate, your blockchain node seams unsync [lastAvailableBlockNumber:{}]",
55+
log.error("Can't askForReplicate, your blockchain node seams unsync [lastAvailableBlockNumber:{}]",
5656
lastAvailableBlockNumber);
5757
return;
5858
}

0 commit comments

Comments
 (0)