Skip to content

Commit 76badfe

Browse files
committed
Quick fix for wrong logging function
1 parent 10d08d0 commit 76badfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auditor/compiler_abi.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ function check_cxxstring_abi(oh::ObjectHandle, platform::Platform; io::IO = stdo
175175
end
176176

177177
if verbose && cxx_abi != nothing
178-
info(io, "$(path(oh)) locks us to $(cxx_abi)")
178+
@info("$(path(oh)) locks us to $(cxx_abi)")
179179
end
180180

181181
if compiler_abi(platform).cxxstring_abi == nothing && cxx_abi != nothing

0 commit comments

Comments
 (0)