Change in openbsc[master]: bsc_filter: Move whitelisted info log to debug

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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Mon Sep 17 12:48:22 UTC 2018


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/10996 )

Change subject: bsc_filter: Move whitelisted info log to debug
......................................................................

bsc_filter: Move whitelisted info log to debug

It shows up all the time in logs while using "logging level all info",
let's move it to debug.

Change-Id: I51274dad5afef16e466921c5d58672427d23fd3b
---
M openbsc/src/osmo-bsc_nat/bsc_filter.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/openbsc/src/osmo-bsc_nat/bsc_filter.c b/openbsc/src/osmo-bsc_nat/bsc_filter.c
index ddfcdcb..432529e 100644
--- a/openbsc/src/osmo-bsc_nat/bsc_filter.c
+++ b/openbsc/src/osmo-bsc_nat/bsc_filter.c
@@ -208,7 +208,7 @@
 				continue;
 
 			/* whitelisted */
-			LOGP(DNAT, LOGL_INFO, "Whitelisted with rule %d\n", i);
+			LOGP(DNAT, LOGL_DEBUG, "Whitelisted with rule %d\n", i);
 			return 0;
 		} else {
 			/* whitelisted */

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

Gerrit-Project: openbsc
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I51274dad5afef16e466921c5d58672427d23fd3b
Gerrit-Change-Number: 10996
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180917/a9adb559/attachment.htm>


More information about the gerrit-log mailing list