Skip to content

Commit

Permalink
Merge pull request #343 from davidanthoff/change-info-to-debug
Browse files Browse the repository at this point in the history
Change @info to @debug for @require events
  • Loading branch information
bjarthur authored Feb 15, 2019
2 parents 14bc78f + 8676d0b commit a87b2b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Compose.jl
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ const pango_cairo_fm = Ref(C_NULL)
const pangolayout = Ref{Any}(nothing)

function link_fontconfig()
@info "Loading Fontconfig backend into Compose.jl"
@debug "Loading Fontconfig backend into Compose.jl"
pango_cairo_ctx[] = C_NULL

ccall((:g_type_init, libgobject), Cvoid, ())
Expand All @@ -167,7 +167,7 @@ function link_fontconfig()
end

function link_cairo()
@info "Loading Cairo backend into Compose.jl"
@debug "Loading Cairo backend into Compose.jl"
include(joinpath(@__DIR__,"cairo_backends.jl"))
include(joinpath(@__DIR__,"immerse_backend.jl"))
end
Expand Down

0 comments on commit a87b2b2

Please sign in to comment.