[PATCH] osmo-ttcn3-hacks[master]: L1CTL_PortType: Remove some logging, make it less chatty

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 Apr 2 16:21:08 UTC 2018


Review at  https://gerrit.osmocom.org/7606

L1CTL_PortType: Remove some logging, make it less chatty

Change-Id: I9e9160f53480713c9551a185478a6b58fa02a709
---
M library/L1CTL_PortType.ttcn
1 file changed, 0 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/06/7606/1

diff --git a/library/L1CTL_PortType.ttcn b/library/L1CTL_PortType.ttcn
index 231ebe3..77b2494 100644
--- a/library/L1CTL_PortType.ttcn
+++ b/library/L1CTL_PortType.ttcn
@@ -25,11 +25,9 @@
 		var integer stream_len := lengthof(stream);
 		var integer len;
 		if (stream_len < 2) {
-			log("getMsgLen(", stream, ",", args, ")=-1");
 			return -1;
 		}
 		len := 2 + oct2int(substr(stream, 0, 2));
-		log("getMsgLen(", stream, ",", args, ")=", len);
 		return len;
 	}
 

-- 
To view, visit https://gerrit.osmocom.org/7606
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9e9160f53480713c9551a185478a6b58fa02a709
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list