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

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Mon Sep 17 11:26:28 UTC 2018


Pau Espin Pedrol has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/openbsc refs/changes/96/10996/1

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: newchange
Gerrit-Change-Id: I51274dad5afef16e466921c5d58672427d23fd3b
Gerrit-Change-Number: 10996
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180917/bc3caf5f/attachment.htm>


More information about the gerrit-log mailing list