Skip to content

Commit

Permalink
info: change the prefix of info() output to "INFO: "
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKarpinski committed Aug 6, 2013
1 parent 17aa1b5 commit 0d39c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/error.jl
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function info(msg::String...; depth=0)
# else
# depth
# end
with_output_color(print, :blue, STDERR, "MESSAGE: ", msg...)
with_output_color(print, :blue, STDERR, "INFO: ", msg...)
#with_output_color(show_backtrace, :blue, STDERR, backtrace(), stack)
println(STDERR)
end
Expand Down

0 comments on commit 0d39c66

Please sign in to comment.