From 49fa70f2503fa3112e9f5dcfa791f4ae49519deb Mon Sep 17 00:00:00 2001 From: elijah Date: Thu, 30 Oct 2014 14:03:28 -0700 Subject: less verbose net-ssh logging --- lib/leap_cli/util/remote_command.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/leap_cli/util/remote_command.rb b/lib/leap_cli/util/remote_command.rb index f4725de..6353e36 100644 --- a/lib/leap_cli/util/remote_command.rb +++ b/lib/leap_cli/util/remote_command.rb @@ -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 -- cgit v1.2.3