Upgrade to fmt 10.1.0 (#5326)

This commit is contained in:
Tyler Veness
2023-08-28 15:15:14 -07:00
committed by GitHub
parent 8e2a7fd306
commit 165ebe4c79
27 changed files with 3366 additions and 3257 deletions

View File

@@ -410,7 +410,8 @@ void LocalStorage::Impl::NetworkAnnounce(TopicData* topic,
}
void LocalStorage::Impl::RemoveNetworkPublisher(TopicData* topic) {
DEBUG4("LS RemoveNetworkPublisher({}, {})", topic->handle, topic->name);
DEBUG4("LS RemoveNetworkPublisher({}, {})", topic->handle.GetHandle(),
topic->name);
// this acts as an unpublish
bool didExist = topic->Exists();
topic->onNetwork = false;