From a36a9a2c15be7db9f77dc1ef2be09652b6954ec3 Mon Sep 17 00:00:00 2001 From: elijah Date: Wed, 14 Nov 2012 14:28:09 -0800 Subject: more improvements to logging --- lib/leap_cli/log.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/leap_cli/log.rb') 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 =~ /^\// -- cgit v1.2.3