]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Log established connection to Redis
authormibere <mibere@users.noreply.github.com>
Sun, 24 Nov 2019 01:04:25 +0000 (02:04 +0100)
committerGeorge Thessalonikefs <george@nlnetlabs.nl>
Fri, 21 Jul 2023 12:41:26 +0000 (14:41 +0200)
cachedb/redis.c

index 2f8806c102eb8ab7b04e0ba785ce26d292523bd4..93a575a4c6d2a9912c914df0c2e2ad8a386d264f 100644 (file)
@@ -97,6 +97,7 @@ redis_connect(const struct redis_moddata* moddata)
                }
                freeReplyObject(rep);
        }
+       verbose(VERB_OPS, "Connection to Redis established");
        return ctx;
 
   fail: