Skip to content

Commit 92ec4db

Browse files
quinnjoxinabox
andauthored
Update src/verbosity.jl
Co-authored-by: Frames White <[email protected]>
1 parent 3532b37 commit 92ec4db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/verbosity.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function restore_callsite_source_position!(m, expr, src)
1515
end
1616

1717
function deprecate_verbosity(m)
18-
Base.depwarn("Verbosity logging macros are deprecated as they are not compatible with juliac-compiled programs", m; force=true)
18+
Base.depwarn("Verbosity logging macros are deprecated as they are not compatible with juliac-compiled programs", m)
1919
end
2020

2121
vlogmacrodocs = """

0 commit comments

Comments
 (0)