diff --git a/grudge/eager.py b/grudge/eager.py
index 2c412a87fbd8b92a461993ee051c7afd9e8b03d0..27125027ae0594858a777a86b0c1b8fd33203ddd 100644
--- a/grudge/eager.py
+++ b/grudge/eager.py
@@ -48,7 +48,7 @@ class EagerDGDiscretization(DGDiscretizationWithBoundaries):
     def interp(self, src, tgt, vec):
         from warnings import warn
         warn("using 'interp' is deprecated, use 'project' instead.",
-                DeprecationWarning, stacklevel=1)
++                DeprecationWarning, stacklevel=2)
 
         return self.project(src, tgt, vec)