Salome HOME
Issue #817: Be able to export the whole part.
[modules/shaper.git] / src / PartSet / PartSet_FilterInfinite.cpp
index b26ad156fae12cb6fd815269971925b1ec018719..7b8d328bac88f44067bb6cbdb6e478f5c09f3539 100755 (executable)
@@ -53,7 +53,7 @@ Standard_Boolean PartSet_FilterInfinite::IsOk(const Handle(SelectMgr_EntityOwner
     }
   }
 #ifdef DEBUG_FILTERS
-  qDebug(QString("ModuleBase_ShapeDocumentFilter::IsOk = %1").arg(aValid).toStdString().c_str());
+  qDebug(QString("PartSet_FilterInfinite::IsOk = %1").arg(aValid).toStdString().c_str());
 #endif
   return aValid;
 }