diff --git a/applications/utilities/mesh/manipulation/topoSet/topoSet.C b/applications/utilities/mesh/manipulation/topoSet/topoSet.C index 29a5d0753387bcbad5acb8f888252cd4a0fffd01..c124ca3992358d225aee566436968ed93fb80ee0 100644 --- a/applications/utilities/mesh/manipulation/topoSet/topoSet.C +++ b/applications/utilities/mesh/manipulation/topoSet/topoSet.C @@ -381,7 +381,7 @@ int main(int argc, char *argv[]) break; case topoSetSource::REMOVE: - Info<< " Removing " << currentSet().type() << endl; + Info<< " Removing set" << endl; removeSet(mesh, setType, setName); break;