diff --git a/Common/OctreeInternals.cpp b/Common/OctreeInternals.cpp
index c84ab175a734f4a987cd1852ae963c5c371c1acc..c6787997a991744315fbb3cdf96b82744ab7c9f1 100644
--- a/Common/OctreeInternals.cpp
+++ b/Common/OctreeInternals.cpp
@@ -391,7 +391,7 @@ void *searchAllElements(octantBucket *_buckets_head, double *_pt, globalInfo *_g
 
   ptrBucket = findElementBucket(_buckets_head, _pt);
   if (ptrBucket == NULL) {
-    Msg::Error("The point is not in the domain");
+    Msg::Debug("The point is not in the domain");
     return NULL;
   }