summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ussd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ussd.c b/src/ussd.c
index 3d7ac4a9..2f353aeb 100644
--- a/src/ussd.c
+++ b/src/ussd.c
@@ -575,7 +575,7 @@ void ofono_ussd_register(struct ofono_ussd *ussd)
ussd_methods, ussd_signals, NULL,
ussd, NULL)) {
ofono_error("Could not create %s interface",
- OFONO_CALL_BARRING_INTERFACE);
+ SUPPLEMENTARY_SERVICES_INTERFACE);
return;
}