Skip to content

Commit 60165b7

Browse files
committed
switch @warn to @debug
1 parent f8898e1 commit 60165b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/func.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ function iscached(L::FunctionOperator)
306306
end
307307

308308
function cache_self(L::FunctionOperator, u::AbstractVecOrMat, v::AbstractVecOrMat)
309-
!L.traits.ifcache && @warn """Cache is being allocated for a FunctionOperator
309+
!L.traits.ifcache && @debug """Cache is being allocated for a FunctionOperator
310310
created with kwarg ifcache = false."""
311311
@set! L.cache = zero.((u, v))
312312
L

0 commit comments

Comments
 (0)