Skip to content
Snippets Groups Projects
Commit 926ac196 authored by George Joseph's avatar George Joseph Committed by Gerrit Code Review
Browse files

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

parents 3a09d9c7 44375c06
Branches
Tags
No related merge requests found
...@@ -601,6 +601,8 @@ static int res_srtp_init(void) ...@@ -601,6 +601,8 @@ static int res_srtp_init(void)
return -1; return -1;
} }
ast_verb(2, "%s initialized\n", srtp_get_version_string());
g_initialized = 1; g_initialized = 1;
return 0; return 0;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment