mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Use /com/google/nearby as the object path.
This commit is contained in:
@@ -32,7 +32,7 @@ class LogControl
|
||||
public google::LogSink {
|
||||
public:
|
||||
LogControl(sdbus::IConnection &system_bus)
|
||||
: AdaptorInterfaces(system_bus, "/com/github/google/nearby"),
|
||||
: AdaptorInterfaces(system_bus, "/com/google/nearby"),
|
||||
severity_(api::LogMessage::LogMessage::Severity::kVerbose) {
|
||||
registerAdaptor();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user