diff --git a/components/compat/compatcomponent.cpp b/components/compat/compatcomponent.cpp index 9a2028186..ef73c63d5 100644 --- a/components/compat/compatcomponent.cpp +++ b/components/compat/compatcomponent.cpp @@ -500,7 +500,7 @@ void CompatComponent::StatusTimerHandler(void) vector sglist; BOOST_FOREACH(const Service::Ptr& service, sg->GetMembers()) { sglist.push_back(service->GetHost()->GetName()); - sglist.push_back(service->GetName()); + sglist.push_back(service->GetShortName()); } DumpStringList(objectfp, sglist);