fix notification insert issue
authorChangseok Oh <seok.oh@samsung.com>
Tue, 28 May 2013 10:20:30 +0000 (19:20 +0900)
committerChangseok Oh <seok.oh@samsung.com>
Tue, 28 May 2013 10:20:30 +0000 (19:20 +0900)
plugin/sms_plugin/SmsPluginTransport.cpp

index 048885f..cad9cc8 100755 (executable)
@@ -286,7 +286,7 @@ MSG_DEBUG("address [%s]", tpdu.data.submit.destAddress.address);
                        }
                        else
                        {
-                               MsgInsertTicker("Sending SMS is failed", NULL);
+                               //MsgInsertTicker("Sending SMS is failed", NULL);
                                MsgInsertTicker("Sending SMS is failed", SMS_MESSAGE_SENDING_FAIL);
 
                                SmsPluginEventHandler::instance()->handleSentStatus(MSG_NETWORK_SEND_FAIL);