Merge "res_srtp.c: Show linked version of libsrtp on module init" into 16

This commit is contained in:
George Joseph 2018-09-17 09:24:31 -05:00 committed by Gerrit Code Review
commit 0107e1aa5a
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}