sshfs-mapper: Fix display on connection.
git-svn-id: https://websvn.glenux.net/svn/Upoc/sshfs-mapper/trunk@1519 eaee96b3-f302-0410-b096-c6cfd47f7835
This commit is contained in:
parent
884f34af66
commit
a25ada7a59
1 changed files with 1 additions and 1 deletions
2
map.rb
2
map.rb
|
@ -64,7 +64,7 @@ module SshfsMapper
|
|||
def connect()
|
||||
puts "[#{File.basename @path}] Connecting..."
|
||||
puts " #{@user}@#{@host}:#{@port}"
|
||||
puts " maps = #{@maps}"
|
||||
puts " maps = %s" % @maps.map{ |k,v| "%s => %s" % [ k, v ] }.join(', ')
|
||||
# do something
|
||||
# test server connection
|
||||
# mount
|
||||
|
|
Loading…
Reference in a new issue