Skip to content

Commit 006c793

Browse files
Fix missing space in log (#2417)
Co-authored-by: Eddú Meléndez Gonzales <eddu.melendez@gmail.com>
1 parent 33a58b6 commit 006c793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-java/src/main/java/com/github/dockerjava/core/DockerClientBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public DockerClient build() {
9494
} else {
9595
Logger log = LoggerFactory.getLogger(DockerClientBuilder.class);
9696
log.warn(
97-
"'dockerHttpClient' should be set." +
97+
"'dockerHttpClient' should be set. " +
9898
"Falling back to Jersey, will be an error in future releases."
9999
);
100100

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy