Skip to content

Commit c1f993e

Browse files
committed
update error message
1 parent a9327a6 commit c1f993e

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
@@ -145,7 +145,7 @@ function LinearVerbosity(verbose::Verbosity.Type)
145145
LinearNumericalVerbosity(Verbosity.Info())
146146
)
147147

148-
_ => @error "Not a valid choice for verbosity."
148+
_ => @error "Not a valid choice for LinearVerbosity. Available choices are `Default`, `None`, and `All`."
149149
end
150150
end
151151

0 commit comments

Comments
 (0)