Add contextual logging to WebSocketServer and clean up formatting 69/38569/1
authorRyan Goulding <ryandgoulding@gmail.com>
Mon, 9 May 2016 11:36:27 +0000 (07:36 -0400)
committerRyan Goulding <ryandgoulding@gmail.com>
Mon, 9 May 2016 11:39:18 +0000 (07:39 -0400)
commitc196b40b4e22a07c3c2aacd46626df6c0408e07c
treeab77cc4e595731593a9fe881c40169ff7697b4cc
parent5c98e27c0680f45940fafdd92acf099361e8abf7
Add contextual logging to WebSocketServer and clean up formatting

Just adds some logging to WebSocketServer and cleans up formatting.  Since
the port is assigned as part of createInstance(...), the DEFAULT_PORT public
constant was removed to further support encapsulation.

Change-Id: I7f6922fd08d54d982d267ed50c860b76a31d0014
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/restconf/impl/RestconfImpl.java
restconf/sal-rest-connector/src/main/java/org/opendaylight/netconf/sal/streams/websockets/WebSocketServer.java