tbf_ul: Log mismatching TLLI on log message

Change-Id: Ia2ac7062c1f3308a1485da6d769cb8a869fa8100
diff --git a/src/tbf_ul.cpp b/src/tbf_ul.cpp
index c594c59..57da02a 100644
--- a/src/tbf_ul.cpp
+++ b/src/tbf_ul.cpp
@@ -460,8 +460,8 @@
 				update_ms(new_tlli, GPRS_RLCMAC_UL_TBF);
 			} else if (new_tlli && new_tlli != tlli()) {
 				LOGPTBFUL(this, LOGL_NOTICE,
-					  "TLLI mismatch on UL DATA TFI=%d. (Ignoring due to contention resolution)\n",
-					  rlc->tfi);
+					  "Decoded TLLI=%08x mismatch on UL DATA TFI=%d. (Ignoring due to contention resolution)\n",
+					  new_tlli, rlc->tfi);
 				m_window.invalidate_bsn(rdbi->bsn);
 				continue;
 			}