Use /com/google/nearby as the object path.

This commit is contained in:
Vibhav Pant
2023-08-27 16:34:27 +05:30
parent 89ea6894cb
commit 5910a511b6
4 changed files with 5 additions and 5 deletions
@@ -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();
}