X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fdesc.c;h=52181b187868a5a07b0fcbbeb480f11714b7eee6;hb=91cc586a98585d9099881660aa7a50012f25b386;hp=dc21ee33e16a96e0f7ef53b9634777059b77186a;hpb=8e963946721400567c03b47164981cce1ce0cbd4;p=platform%2Fcore%2Ftelephony%2Ftel-plugin-imc.git diff --git a/src/desc.c b/src/desc.c index dc21ee3..52181b1 100644 --- a/src/desc.c +++ b/src/desc.c @@ -52,7 +52,7 @@ static void on_confirmation_modem_message_send(TcorePending *p, gboolean result, void *user_data) { - dbg("on_confirmation_modem_message_send - msg out from queue."); + dbg("msg out from queue"); dbg("%s", result == FALSE ? "SEND FAIL" : "SEND OK"); } @@ -62,12 +62,13 @@ static void on_response_bootup_subscription(TcorePending *p, int data_len, const TcorePlugin *plugin = user_data; const TcoreATResponse *resp = data; - dbg("entry of on_response_bootup_subscription() - response comes\n"); + dbg("Entry"); - if (resp->success) + if (resp->success > 0) { dbg("result OK"); - - dbg("result ERROR"); + } else { + dbg("result ERROR"); + } if (plugin != NULL) modem_power_on(plugin);