Skip to content

Commit f3ad5a6

Browse files
authored
Merge pull request #974 from JuliaRobotics/23Q1/enh/toomanywarns
limit version string warnings
2 parents f1426cd + 21b42a4 commit f3ad5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Deprecated.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const BlobStoreEntry = BlobEntry
5858
##=================================================================================
5959

6060
function Base.convert(::Type{String}, v::VersionNumber)
61-
@warn "Artificial conversion of VersionNumber to String will be deprected in future versions of DFG"
61+
@warn "Artificial conversion of VersionNumber to String will be deprected in future versions of DFG" maxlog=50
6262
string(v)
6363
end
6464

0 commit comments

Comments
 (0)