Change in libosmocore[master]: gprs_ns2_vc_fsm: remove debug line of the alive_timer

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

lynxis lazus gerrit-no-reply at lists.osmocom.org
Mon Feb 15 02:45:42 UTC 2021


lynxis lazus has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/22908 )


Change subject: gprs_ns2_vc_fsm: remove debug line of the alive_timer
......................................................................

gprs_ns2_vc_fsm: remove debug line of the alive_timer

The log line sneaked in when fixing the alive ms

Fixes: ab0e8646c4aa ("gprs_ns2_vc_fsm: use CLOCK_MONOTONIC for alive elapsed timer")
Change-Id: Iffe367b240f47c39232bbc26991c19752a1c75ad
---
M src/gb/gprs_ns2_vc_fsm.c
1 file changed, 0 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/08/22908/1

diff --git a/src/gb/gprs_ns2_vc_fsm.c b/src/gb/gprs_ns2_vc_fsm.c
index 31cfb51..40c8984 100644
--- a/src/gb/gprs_ns2_vc_fsm.c
+++ b/src/gb/gprs_ns2_vc_fsm.c
@@ -173,8 +173,6 @@
 		return 0;
 
 	timespecsub(&now, &priv->alive.timer_started, &elapsed);
-	LOGNSVC(priv->nsvc, LOGL_ERROR, "elapsed: %ld, now: %ld, saved: %ld.\n",
-		elapsed.tv_sec, now.tv_sec, priv->alive.timer_started.tv_sec);
 	return elapsed.tv_sec * 1000 + (elapsed.tv_nsec / 1000000);
 }
 

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

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Iffe367b240f47c39232bbc26991c19752a1c75ad
Gerrit-Change-Number: 22908
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210215/461d4370/attachment.htm>


More information about the gerrit-log mailing list