From: Sean Bright Date: Sun, 16 Sep 2018 11:08:29 +0000 (-0400) Subject: res_srtp.c: Show linked version of libsrtp on module init X-Git-Tag: 15.7.0-rc1~47^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=644f7ef4139f602f6de563be8bbf2b126de43994;p=thirdparty%2Fasterisk.git res_srtp.c: Show linked version of libsrtp on module init Change-Id: Ib0a645d6985de5757cc4399ed2524b2d02c4f342 --- diff --git a/res/res_srtp.c b/res/res_srtp.c index 97856d08d3..ad3ea2e1a4 100644 --- a/res/res_srtp.c +++ b/res/res_srtp.c @@ -1212,6 +1212,8 @@ static int res_srtp_init(void) return -1; } + ast_verb(2, "%s initialized\n", srtp_get_version_string()); + g_initialized = 1; return 0; }