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

Commit

Permalink
Merge pull request #1299 from spotify/dxia/patch1
Browse files Browse the repository at this point in the history
Fix wrong logging class
  • Loading branch information
davidxia authored Jun 24, 2020
2 parents c83004f + 3b37b29 commit 8fee267
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
*/
public class PortAllocator {

private static final Logger log = LoggerFactory.getLogger(Agent.class);
private static final Logger log = LoggerFactory.getLogger(PortAllocator.class);

private int idx = 0;
private final List<Integer> potentialPorts;
Expand Down

0 comments on commit 8fee267

Please sign in to comment.