Change in osmo-e1-recorder[master]: e1cap_dump: Avoid deprecated osmo_init_logging() API

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Wed Dec 4 13:15:54 UTC 2019


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-e1-recorder/+/16472 )


Change subject: e1cap_dump: Avoid deprecated osmo_init_logging() API
......................................................................

e1cap_dump: Avoid deprecated osmo_init_logging() API

Change-Id: I7d9d88eb5615f6b323b6c36eceb4d847bae01d1d
---
M src/e1cap_dump.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-e1-recorder refs/changes/72/16472/1

diff --git a/src/e1cap_dump.c b/src/e1cap_dump.c
index 68460ab..bcb4916 100644
--- a/src/e1cap_dump.c
+++ b/src/e1cap_dump.c
@@ -288,7 +288,7 @@
 		g_sc_state[i].hdlc.out_cb = handle_hdlc_frame_content;
 	init_flip_bits();
 
-	osmo_init_logging(&log_info);
+	osmo_init_logging2(NULL, &log_info);
 
 	handle_options(argc, argv);
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-e1-recorder/+/16472
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-e1-recorder
Gerrit-Branch: master
Gerrit-Change-Id: I7d9d88eb5615f6b323b6c36eceb4d847bae01d1d
Gerrit-Change-Number: 16472
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191204/ee9baab8/attachment.htm>


More information about the gerrit-log mailing list