Skip to content

Commit ee65d0b

Browse files
committed
Fix error in ListNodesCmdExec
1 parent 284949e commit ee65d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/github/dockerjava/netty/exec/ListNodesCmdExec.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ protected List<SwarmNode> execute(ListNodesCmd command) {
3939
.get(new TypeReference<List<SwarmNode>>() {
4040
});
4141

42-
LOGGER.trace("Response: {}", services);
42+
LOGGER.trace("Response: {}", nodes);
4343

4444
return nodes;
4545
}

0 commit comments

Comments
 (0)