We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7093b6 commit cb25e83Copy full SHA for cb25e83
java/src/main/java/com/genexus/cache/redis/RedisClient.java
@@ -70,7 +70,7 @@ private void initCache(String hostOrRedisURL, String password, String cacheKeyPa
70
port = redisURI.getPort();
71
}
72
} catch (URISyntaxException e) {
73
- logger.error(String.format("Could not parse Redis URL. Check for supported URLs: %s" + sRedisURI), e);
+ logger.error(String.format("Could not parse Redis URL. Check for supported URLs: %s" , sRedisURI), e);
74
throw e;
75
76
0 commit comments