mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-18 18:58:22 +00:00
Merge "res_srtp.c: Show linked version of libsrtp on module init"
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user