From: Wootak Jung Date: Mon, 3 Aug 2015 07:10:19 +0000 (+0900) Subject: [Tutorial][Telephony] Remove non-public API X-Git-Tag: tizen_3.0/TD_SYNC/20161201~658 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c4c01c2626876100fa0653768fab337921cf0e7d;p=sdk%2Fonline-doc.git [Tutorial][Telephony] Remove non-public API Change-Id: Id24cd6ec5bdeec0256dec4216434c85a2fb49299 Signed-off-by: Wootak Jung --- diff --git a/org.tizen.tutorials/html/native/telephony/telephony_info_tutorial_n.htm b/org.tizen.tutorials/html/native/telephony/telephony_info_tutorial_n.htm index 0b92f5e..2891677 100644 --- a/org.tizen.tutorials/html/native/telephony/telephony_info_tutorial_n.htm +++ b/org.tizen.tutorials/html/native/telephony/telephony_info_tutorial_n.htm @@ -253,7 +253,7 @@ void voice_call_status_noti_cb(telephony_h handle, telephony_noti_e noti_id, voi    ret_value = telephony_call_get_call_list(handle_list.handle[0], &count, &call_list);    if (ret_value != TELEPHONY_ERROR_NONE)    { -      LOGE("telephony_call_get_call_list() failed!!!zz [0x%x]", ret_value); +      dlog_print(DLOG_INFO, LOG_TAG, "telephony_call_get_call_list() failed!!! [0x%x]", ret_value);    }    else    { @@ -523,16 +523,16 @@ void tutorial_telephony_modem_get_imei() - - \ No newline at end of file +