mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Doesn't build yet. But did more work to align the older fork with newer APIs.
This commit is contained in:
@@ -53,7 +53,7 @@ class EntryGroup final
|
||||
registerProxy();
|
||||
}
|
||||
~EntryGroup() {
|
||||
NEARBY_LOGS(VERBOSE) << __func__ << ": Freeing entry group "
|
||||
LOG(INFO) << __func__ << ": Freeing entry group "
|
||||
<< getObjectPath();
|
||||
|
||||
try {
|
||||
@@ -85,7 +85,7 @@ class ServiceBrowser final
|
||||
registerProxy();
|
||||
}
|
||||
~ServiceBrowser() {
|
||||
NEARBY_LOGS(VERBOSE) << __func__ << ": Freeing service browser "
|
||||
LOG(INFO) << __func__ << ": Freeing service browser "
|
||||
<< getObjectPath();
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user