lib/run_loop/logging.rb in run_loop-2.2.4 vs lib/run_loop/logging.rb in run_loop-2.3.0
- old
+ new
@@ -41,10 +41,10 @@
# These are suitable for anything that does not need to be logged on the XTC.
# cyan
def self.log_unix_cmd(msg)
if RunLoop::Environment.debug?
- puts Color.cyan("EXEC: #{msg}") if msg
+ puts Color.cyan("SHELL: #{msg}") if msg
end
end
# blue
def self.log_warn(msg)