mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-31 10:49:27 -05:00
Log established connection to Redis
This commit is contained in:
parent
2d33bba3c0
commit
ef9f7f113f
1 changed files with 1 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ redis_connect(const struct redis_moddata* moddata)
|
|||
}
|
||||
freeReplyObject(rep);
|
||||
}
|
||||
verbose(VERB_OPS, "Connection to Redis established");
|
||||
return ctx;
|
||||
|
||||
fail:
|
||||
|
|
|
|||
Loading…
Reference in a new issue