Skip to content

Commit 52bd795

Browse files
committed
log
1 parent 051ce00 commit 52bd795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PkgAuthentication.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ function open_browser(url::AbstractString)
662662
OPEN_BROWSER_HOOK[](url)
663663
return true
664664
catch err
665-
@debug "error executing browser hook" exception=(err, catch_backtrace())
665+
@info "error executing browser hook" exception=(err, catch_backtrace())
666666
return false
667667
end
668668
elseif Sys.iswindows() || detectwsl()

0 commit comments

Comments
 (0)