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 47e1b8b commit 9953160Copy full SHA for 9953160
src/cache/redis.c
@@ -195,7 +195,7 @@ static redisReply* oidc_cache_redis_command(request_rec *r,
195
196
/* check if re-connecting worked, if not we'll error out */
197
if ((context->ctx == NULL) || (context->ctx->err != 0)) {
198
- oidc_error(r, "failed to connect to Redis server (%s:%s): '%s'",
+ oidc_error(r, "failed to connect to Redis server (%s:%d): '%s'",
199
context->host_str, context->port, context->ctx->errstr);
200
break;
201
}
0 commit comments