diff --git a/dartsim/src/SDFFeatures.cc b/dartsim/src/SDFFeatures.cc index c2fc54de8..819aee3f8 100644 --- a/dartsim/src/SDFFeatures.cc +++ b/dartsim/src/SDFFeatures.cc @@ -840,8 +840,8 @@ Identity SDFFeatures::ConstructSdfCollision( if (!shape) { // The geometry element was empty, or the shape type is not supported - gzerr << "The geometry element of collision [" << _collision.Name() << "] " - << "couldn't be created\n"; + gzdbg << "The geometry element of collision [" << _collision.Name() << "] " + << "couldn't be created\n"; return this->GenerateInvalidId(); }