diff --git a/src/GitRepl.jl b/src/GitRepl.jl index 55a0458..0a22bd9 100644 --- a/src/GitRepl.jl +++ b/src/GitRepl.jl @@ -59,7 +59,8 @@ function __init__() gitrepl() catch ex msg = "Unable to automatically initialize the Git REPL mode" - @error(msg, exception=(ex, catch_backtrace())) + @debug(msg, exception=(ex, catch_backtrace())) + @warn(msg) end return nothing end