MINOR: quic: Add stream IDs to qcs_push_frame() traces

This is only for debug purpose.
diff --git a/src/mux_quic.c b/src/mux_quic.c
index 4886971..e25ff25 100644
--- a/src/mux_quic.c
+++ b/src/mux_quic.c
@@ -283,7 +283,8 @@
 
 	MT_LIST_APPEND(&qel->pktns->tx.frms, &frm->mt_list);
  out:
-	fprintf(stderr, "%s: total=%d fin=%d offset=%lu\n", __func__, total, fin, offset);
+	fprintf(stderr, "%s: total=%d fin=%d id=%llu offset=%lu\n",
+	        __func__, total, fin, (ull)qcs->by_id.key, offset);
 	return total;
 
  err: