[MERGED] osmo-ttcn3-hacks[master]: Osmocom_VTY_Functions: Less logging verbosity

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
Sun Mar 18 22:10:31 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: Osmocom_VTY_Functions: Less logging verbosity
......................................................................


Osmocom_VTY_Functions: Less logging verbosity

We don't need to print all prompts at start of every test case

Change-Id: I32d13b6f97f76ab6057cc213c1698c1eb97b9d90
---
M library/Osmocom_VTY_Functions.ttcn
1 file changed, 0 insertions(+), 1 deletion(-)

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



diff --git a/library/Osmocom_VTY_Functions.ttcn b/library/Osmocom_VTY_Functions.ttcn
index a375df6..ccea0f2 100644
--- a/library/Osmocom_VTY_Functions.ttcn
+++ b/library/Osmocom_VTY_Functions.ttcn
@@ -39,7 +39,6 @@
 		 * in the config file due to syntactic restrictions (Who invents config
 		 * files that don't permit regular expressions? */
 		for (var integer i := 0; i < sizeof(vty_prompt); i:= i + 1) {
-			log(vty_prompt[i]);
 			pt.send(vty_prompt[i]);
 		}
 	}

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I32d13b6f97f76ab6057cc213c1698c1eb97b9d90
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list