mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Upgrade to fmt 10.1.0 (#5326)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user