summaryrefslogtreecommitdiff
path: root/dbus/property.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/property.cc')
-rw-r--r--dbus/property.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/property.cc b/dbus/property.cc
index 93f9ed693c..0351c4a59a 100644
--- a/dbus/property.cc
+++ b/dbus/property.cc
@@ -91,7 +91,7 @@ void PropertySet::ChangedReceived(Signal* signal) {
}
}
-void PropertySet::ChangedConnected(const std::string& /*interface_name*/,
+void PropertySet::ChangedConnected(const std::string& interface_name,
const std::string& signal_name,
bool success) {
LOG_IF(WARNING, !success) << "Failed to connect to " << signal_name