aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2012-09-27 09:21:17 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2012-09-27 09:21:17 +0200
commit80be275710844e6791bee32f7d348f5e0aaa082f (patch)
tree621cbe8d5a938bf71e2c4830f8585ae4fa5fb1df
parentaafcbbb252dfff7a627ed45706c3b2f99f0729a5 (diff)
Fix: Dump correct NSVCI value at debug line
-rw-r--r--src/gprs_bssgp_pcu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gprs_bssgp_pcu.cpp b/src/gprs_bssgp_pcu.cpp
index 12d45825..df7d37af 100644
--- a/src/gprs_bssgp_pcu.cpp
+++ b/src/gprs_bssgp_pcu.cpp
@@ -453,7 +453,7 @@ static int nsvc_signal_cb(unsigned int subsys, unsigned int signal,
if (!nsvc_unblocked) {
nsvc_unblocked = 1;
LOGP(DPCU, LOGL_NOTICE, "NS-VC %d is unblocked.\n",
- nsvc);
+ nsvc->nsvci);
bvc_sig_reset = 0;
bvc_reset = 0;
bvc_unblocked = 0;