Skip to content

Commit 5d89eca

Browse files
committed
Update log statement
1 parent 087b8db commit 5d89eca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jsync-sftp/src/main/java/com/fizzed/jsync/sftp/SftpVirtualFileSystem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ static public SftpVirtualFileSystem open(Session ssh, boolean closeSsh) throws I
9696
try {
9797
final ChannelSftp sftp = (ChannelSftp)ssh.openChannel("sftp");
9898

99-
log.info("Opening ssh channel to {}...", ssh.getHost());
99+
log.info("Opening sftp channel to {}...", ssh.getHost());
100100

101101
sftp.connect();
102102

0 commit comments

Comments
 (0)