From: Seunghwan Lee Date: Thu, 25 Jul 2013 11:44:54 +0000 (+0900) Subject: Fixed N_SE-47122 disable dlog message X-Git-Tag: 2.2_release X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2F2.2_release;p=framework%2Fmessaging%2Fmsg-service.git Fixed N_SE-47122 disable dlog message Change-Id: Ib73b06138012a11bbcd1872825634d3c2bdb0dd8 --- diff --git a/plugin/mms_plugin/MmsPluginMain.cpp b/plugin/mms_plugin/MmsPluginMain.cpp index 40d0afe..ead9151 100755 --- a/plugin/mms_plugin/MmsPluginMain.cpp +++ b/plugin/mms_plugin/MmsPluginMain.cpp @@ -140,7 +140,7 @@ msg_error_t MmsAddMessage(MSG_MESSAGE_INFO_S *pMsgInfo, MSG_SENDINGOPT_INFO_S *p return MSG_ERR_PLUGIN_TRANSPORT; } - MSG_END(); + //MSG_END(); return MSG_SUCCESS; }