Skip to content

Commit 3ae389c

Browse files
Martin VigliaroloMartin Vigliarolo
authored andcommitted
Fixed error in logger call
1 parent 51f6152 commit 3ae389c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/src/main/java/com/genexus/specific/java/HttpClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public com.genexus.internet.IHttpClient initHttpClientImpl() {
4545
client = new HttpClientJavaLib();
4646

4747
} catch (ClassNotFoundException e) {
48-
org.apache.logging.log4j.LogManager.getLogger(GXutil.class).error("HttpClient jars not detected. Check if httpclient-4.5.*.jar and httpcore-4.4.*.jar are added in the classpath",e);
48+
org.apache.logging.log4j.LogManager.getLogger(HttpClient.class).error("HttpClient jars not detected. Check if httpclient-4.5.*.jar and httpcore-4.4.*.jar are added in the classpath",e);
4949
} finally {
5050

5151
return client;

0 commit comments

Comments
 (0)