Fix cut and paste error

This commit is contained in:
Denis Kenzior 2009-08-18 14:31:58 -05:00
parent f59aab7f15
commit 232e34bca9
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}