Skip to content

Commit

Permalink
Use correct class for logger
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Dec 17, 2024
1 parent 997553b commit f956e29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import org.apache.http.ssl.SSLContextBuilder;

public class WinRMConnectionManagerFactory {
private static final Logger log = Logger.getLogger(WinRMClient.class.getName());
private static final Logger log = Logger.getLogger(WinRMConnectionManagerFactory.class.getName());

static final WinRMHttpConnectionManager DEFAULT = new WinRMHttpConnectionManager();
static final WinRMHttpConnectionManager SSL = new WinRMHttpConnectionManager(false);
Expand Down

0 comments on commit f956e29

Please sign in to comment.