Skip to content
Snippets Groups Projects
Commit 95668855 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

manager: log OpenDHT version

Change-Id: I7db90291dcf6eb83cd4a5d603f458007e0bfaf26
parent 4b6b59a1
No related branches found
No related tags found
No related merge requests found
......@@ -721,11 +721,11 @@ Manager::init(const std::string &config_file)
PJSIP_TRY(pjnath_init());
#undef PJSIP_TRY
JAMI_DBG("pjsip version %s for %s initialized",
pj_get_version(), PJ_OS_NAME);
setGnuTlsLogLevel();
JAMI_DBG("GNU TLS version %s initialized", gnutls_check_version(nullptr));
JAMI_DBG("Using PJSIP version %s for %s", pj_get_version(), PJ_OS_NAME);
JAMI_DBG("Using GnuTLS version %s", gnutls_check_version(nullptr));
JAMI_DBG("Using OpenDHT version %s", dht::version());
setDhtLogLevel();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment