From: mibere Date: Sun, 24 Nov 2019 01:04:25 +0000 (+0100) Subject: Log established connection to Redis X-Git-Tag: release-1.18.0rc1~24^2~5^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ef9f7f113f2d4cc26ac8748700fdaa45432749d0;p=thirdparty%2Funbound.git Log established connection to Redis --- diff --git a/cachedb/redis.c b/cachedb/redis.c index 2f8806c10..93a575a4c 100644 --- a/cachedb/redis.c +++ b/cachedb/redis.c @@ -97,6 +97,7 @@ redis_connect(const struct redis_moddata* moddata) } freeReplyObject(rep); } + verbose(VERB_OPS, "Connection to Redis established"); return ctx; fail: