]> gitweb.fluxo.info Git - leap/leap_cli.git/commitdiff
less verbose net-ssh logging
authorelijah <elijah@riseup.net>
Thu, 30 Oct 2014 21:03:28 +0000 (14:03 -0700)
committerelijah <elijah@riseup.net>
Thu, 30 Oct 2014 21:03:28 +0000 (14:03 -0700)
lib/leap_cli/util/remote_command.rb

index f4725de2ff8f5ace698b0d77db73ec937c0da0c3..6353e368831dbc60accd60120b49d1c2ee23750e 100644 (file)
@@ -85,9 +85,9 @@ module LeapCli; module Util; module RemoteCommand
 
   def net_ssh_log_level
     case LeapCli.log_level
-      when 0 then 3
-      when 1 then 2
-      when 2 then 1
+      when 1 then 3
+      when 2 then 2
+      when 3 then 1
       else 0
     end
   end