diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/dbus.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -300,7 +300,7 @@ DBusMessage *__ofono_error_not_supported(DBusMessage *msg) DBusMessage *__ofono_error_not_available(DBusMessage *msg) { - return g_dbus_create_error(msg, DBUS_GSM_ERROR_INTERFACE, + return g_dbus_create_error(msg, DBUS_GSM_ERROR_INTERFACE ".NotAvailable", "Operation currently not available"); } |