Move logging out of try/catch block 26/102726/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 1 Jun 2022 16:55:31 +0000 (18:55 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 18 Oct 2022 13:06:02 +0000 (15:06 +0200)
commit09983568c97cefacb96677336bd8c37adc2dafe0
treea1c71aa5f863014aba410fcba3f10c22075703da
parent0f23eb998f0bea7e12be4172593c24cbb3afebed
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>
(cherry picked from commit 22755ee880d798830f42cc0d60e84c8602fe3794)
netconf/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/client/AsyncSshHandler.java