Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Commit 3b37b29

Browse files
committed
Fix wrong logging class
1 parent 012f9a9 commit 3b37b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helios-services/src/main/java/com/spotify/helios/agent/PortAllocator.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
*/
4545
public class PortAllocator {
4646

47-
private static final Logger log = LoggerFactory.getLogger(Agent.class);
47+
private static final Logger log = LoggerFactory.getLogger(PortAllocator.class);
4848

4949
private int idx = 0;
5050
private final List<Integer> potentialPorts;

0 commit comments

Comments
 (0)