Move logging out of try/catch block 16/101416/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 1 Jun 2022 16:55:31 +0000 (18:55 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 1 Jun 2022 16:55:31 +0000 (18:55 +0200)
commit22755ee880d798830f42cc0d60e84c8602fe3794
treea7f3cd0e3cdae2a3db627be73f549148a062ca58
parenteaace15120044a3e602fd3093b2412be03fd2133
Move logging out of try/catch block

We are catching just IOException, there is no point to include logging
in the block.

Change-Id: I4650513ea444b506068182586153a627bfaff2b9
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
netconf/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/client/AsyncSshHandler.java