BUG-197: improve session ID tracking
[bgpcep.git] / pcep / impl / src / main / java / org / opendaylight / protocol / pcep / impl / AbstractPCEPSessionNegotiator.java
index 50e1112d0d13ca9b4d0686fdea762d9d763199ce..06ffa43dd0590785d4ae5bd04764ad5137b0af16 100644 (file)
@@ -210,6 +210,7 @@ public abstract class AbstractPCEPSessionNegotiator extends AbstractSessionNegot
                        if (msg instanceof Keepalive) {
                                this.localOK = true;
                                if (this.remoteOK) {
+                                       LOG.info("Channel {} completed negotiation", this.channel);
                                        negotiationSuccessful(createSession(this.timer, this.channel, this.localPrefs, this.remotePrefs));
                                        this.state = State.Finished;
                                } else {