Subscription release
[ric-plt/submgr.git] / pkg / control / transaction.go
index 2cc68b1..5d13d8c 100644 (file)
@@ -113,6 +113,7 @@ func (t *Transaction) RetryTransaction() {
 }
 
 func (t *Transaction) Release() {
+       xapp.Logger.Info("Transaction: Releasing %s", t)
        t.mutex.Lock()
        defer t.mutex.Unlock()
        if t.Subs != nil {