Skip to content

Commit

Permalink
Added debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmalloy committed Dec 30, 2023
1 parent 3117502 commit 43f771e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/jasper/component/TunnelClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ public void banner(String banner) {
}
} catch (IOException | GeneralSecurityException e) {
logger.debug("Error creating tunnel SSH session", e);
logger.debug(e.getMessage());
throw new InvalidTunnelException("Error creating tunnel SSH session", e);
} finally {
client.stop();
Expand Down

0 comments on commit 43f771e

Please sign in to comment.