debug log typo fixed 71/73371/1
authorKyeonghun Lee <kh9090.lee@samsung.com>
Wed, 8 Jun 2016 01:58:22 +0000 (10:58 +0900)
committerKyeonghun Lee <kh9090.lee@samsung.com>
Wed, 8 Jun 2016 01:58:22 +0000 (10:58 +0900)
Change-Id: I7c508805877b1dc03169b966eae5b6fc7133bef9
Signed-off-by: Kyeonghun Lee <kh9090.lee@samsung.com>
plugin/mms_plugin/MmsPluginHttp.cpp

index 82f73e4..b785403 100755 (executable)
@@ -672,7 +672,7 @@ MMS_HTTP_ERROR_E MmsPluginHttpAgent::startTransaction()
        __http_print_profile(session_option);
 
        if (rc != 0) {
-               MSG_ERR("curl_easy_perform return error rc [%d]", rc);
+               MSG_ERR("__http_multi_perform return error rc [%d]", rc);
                http_error = MMS_HTTP_ERROR_TRANSACTION;
        }