Skip to content

Commit

Permalink
loading: fix variable name in debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjnash committed Jun 11, 2018
1 parent 67c690f commit 4a22af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/loading.jl
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ function _require_search_from_serialized(pkg::PkgId, sourcepath::String)
modpath, modkey, build_id = dep::Tuple{String, PkgId, UInt64}
dep = _tryrequire_from_serialized(modkey, build_id, modpath)
if dep === nothing
@debug "Required dependency $modname failed to load from cache file for $modpath."
@debug "Required dependency $modkey failed to load from cache file for $modpath."
staledeps = true
break
end
Expand Down

0 comments on commit 4a22af0

Please sign in to comment.