Skip to content

Commit cb25e83

Browse files
committed
Fix Log Output
1 parent d7093b6 commit cb25e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/src/main/java/com/genexus/cache/redis/RedisClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ private void initCache(String hostOrRedisURL, String password, String cacheKeyPa
7070
port = redisURI.getPort();
7171
}
7272
} catch (URISyntaxException e) {
73-
logger.error(String.format("Could not parse Redis URL. Check for supported URLs: %s" + sRedisURI), e);
73+
logger.error(String.format("Could not parse Redis URL. Check for supported URLs: %s" , sRedisURI), e);
7474
throw e;
7575
}
7676

0 commit comments

Comments
 (0)