diff options
Diffstat (limited to 'hcid')
-rw-r--r-- | hcid/dbus-service.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/dbus-service.c b/hcid/dbus-service.c index 77d50730..a6f91df5 100644 --- a/hcid/dbus-service.c +++ b/hcid/dbus-service.c @@ -383,7 +383,7 @@ static void stop_reply(DBusPendingCall *call, void *udata) DBusMessage *message; call_data->agent->running = SERVICE_NOT_RUNNING; - /* Send a signal to indicate that the service started properly */ + /* Send a signal to indicate that the service stopped properly */ message = dbus_message_new_signal(dbus_message_get_path(call_data->msg), dbus_message_get_interface(call_data->msg), "Stopped"); |