Fix dlog format error(32bit) 53/196053/1 accepted/tizen/unified/20181227.102121 submit/tizen/20181227.001142
authorSeonah Moon <seonah1.moon@samsung.com>
Fri, 21 Dec 2018 04:58:12 +0000 (13:58 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Fri, 21 Dec 2018 04:58:16 +0000 (13:58 +0900)
Change-Id: I44454de8db2c15d580b44cb03994270cf60c12eb

libsoup/soup-message-io.c

index 38c0826..11f72ed 100644 (file)
@@ -744,7 +744,7 @@ io_read (SoupMessage *msg, gboolean blocking,
                if (nread > 0) {
 #if ENABLE(TIZEN_DLOG)
                        uri = soup_uri_to_string(soup_message_get_uri(msg), FALSE);
-                       TIZEN_LOGI("[EVT] soup_io_r_body : %ld bytes", nread);
+                       TIZEN_LOGI("[EVT] soup_io_r_body : %zd bytes", nread);
                        g_free(uri);
                        uri = NULL;
 #endif