[Asterisk-code-review] res srtp.c: Show linked version of libsrtp on module init (asterisk[master])

George Joseph asteriskteam at digium.com
Mon Sep 17 09:23:52 CDT 2018


George Joseph has submitted this change and it was merged. ( https://gerrit.asterisk.org/10155 )

Change subject: res_srtp.c: Show linked version of libsrtp on module init
......................................................................

res_srtp.c: Show linked version of libsrtp on module init

Change-Id: Ib0a645d6985de5757cc4399ed2524b2d02c4f342
---
M res/res_srtp.c
1 file changed, 2 insertions(+), 0 deletions(-)

Approvals:
  Joshua Colp: Looks good to me, but someone else must approve
  Matthew Fredrickson: Looks good to me, approved
  George Joseph: Approved for Submit



diff --git a/res/res_srtp.c b/res/res_srtp.c
index 97856d0..ad3ea2e 100644
--- a/res/res_srtp.c
+++ b/res/res_srtp.c
@@ -1212,6 +1212,8 @@
 		return -1;
 	}
 
+	ast_verb(2, "%s initialized\n", srtp_get_version_string());
+
 	g_initialized = 1;
 	return 0;
 }

-- 
To view, visit https://gerrit.asterisk.org/10155
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ib0a645d6985de5757cc4399ed2524b2d02c4f342
Gerrit-Change-Number: 10155
Gerrit-PatchSet: 1
Gerrit-Owner: Sean Bright <sean.bright at gmail.com>
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Matthew Fredrickson <creslin at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180917/69f4b2f0/attachment.html>


More information about the asterisk-code-review mailing list