From 232e34bca9fe8f2fe693db5e9a003c7baa3c5ec7 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 18 Aug 2009 14:31:58 -0500 Subject: Fix cut and paste error --- src/ussd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ussd.c') 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; } -- cgit v1.2.3