[RQ170802-00531] Fixed format argument issue 48/142148/1 accepted/tizen/4.0/unified/20170816.012150 accepted/tizen/4.0/unified/20170816.015127 accepted/tizen/4.0/unified/20170828.222641 accepted/tizen/unified/20170803.075505 submit/tizen/20170803.015917 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170814.115522 submit/tizen_4.0/20170828.100006 submit/tizen_4.0_unified/20170814.115522
authorSeonah Moon <seonah1.moon@samsung.com>
Thu, 3 Aug 2017 01:46:22 +0000 (10:46 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Thu, 3 Aug 2017 01:46:27 +0000 (10:46 +0900)
Change-Id: I032d064684cf8b443e4f826b1f2ce7d4410e124b

libsoup/soup-connection.c

index 45aab8f..441f716 100755 (executable)
@@ -913,7 +913,7 @@ start_ssl_completed (GObject *object, GAsyncResult *result, gpointer user_data)
 #if ENABLE(TIZEN_DLOG) || ENABLE(TIZEN_PERFORMANCE_TEST_LOG)
                uri = soup_uri_to_string(soup_connection_get_remote_uri(conn), FALSE);
 #if ENABLE(TIZEN_DLOG)
-               TIZEN_LOGD("[EVT] soup handshake complete : ", uri);
+               TIZEN_LOGD("[EVT] soup handshake complete : %s", uri);
 #endif
 #if ENABLE(TIZEN_PERFORMANCE_TEST_LOG)
                prctl_with_url("[EVT] soup handshake complete : ", uri);