aboutsummaryrefslogtreecommitdiff
path: root/lib/leap_cli/log.rb
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2012-11-14 14:28:09 -0800
committerelijah <elijah@riseup.net>2012-11-14 14:28:09 -0800
commita36a9a2c15be7db9f77dc1ef2be09652b6954ec3 (patch)
tree9014e70c83de02b7521fceec06466df1c0bd9add /lib/leap_cli/log.rb
parent54fe4bcb36959866a12509ce7d45a97c60722c11 (diff)
downloadleap_cli-a36a9a2c15be7db9f77dc1ef2be09652b6954ec3.tar.gz
leap_cli-a36a9a2c15be7db9f77dc1ef2be09652b6954ec3.tar.bz2
more improvements to logging
Diffstat (limited to 'lib/leap_cli/log.rb')
-rw-r--r--lib/leap_cli/log.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/leap_cli/log.rb b/lib/leap_cli/log.rb
index 18a246f..aa9fd16 100644
--- a/lib/leap_cli/log.rb
+++ b/lib/leap_cli/log.rb
@@ -57,7 +57,7 @@ def log(*args)
when :run then Paint['run', :magenta]
when :failed then Paint['FAILED', :red, :bold]
when :ran then Paint['ran', :green, :bold]
- else ""
+ else Paint[title.to_s, :cyan, :bold]
end
print "#{prefix} "
if FILE_TITLES.include?(title) && message =~ /^\//