Skip to content

Commit

Permalink
Merge pull request #216 from cstjean/info-depwarn
Browse files Browse the repository at this point in the history
info -> @info
  • Loading branch information
sglyon authored Sep 5, 2018
2 parents 9a4ae07 + 5ecccc4 commit 4ac1ca1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PlotlyJS.jl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function PlotlyBase.savefig(p::SyncPlot, args...)
println("here!!")
println("Ok. Installing ORCA now...")
Pkg.add("ORCA")
info("Please call `using ORCA` and try saving your plot again")
@info("Please call `using ORCA` and try saving your plot again")
return
end
end
Expand All @@ -88,7 +88,7 @@ end
function __init__()
@require ORCA="47be7bcc-f1a6-5447-8b36-7eeeff7534fd" include("savefig_orca.jl")
if !isfile(_js_path)
info("plotly.js javascript libary not found -- downloading now")
@info("plotly.js javascript libary not found -- downloading now")
include(joinpath(_pkg_root, "deps", "build.jl"))
end
end
Expand Down

0 comments on commit 4ac1ca1

Please sign in to comment.