diff --git a/base/error.jl b/base/error.jl index 353ddee51b823..adba639d588bf 100644 --- a/base/error.jl +++ b/base/error.jl @@ -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