Fix the error of Dlog 47/196947/1 accepted/tizen/unified/20190108.124917 submit/tizen/20190108.063805
authorcookie <cookie@samsung.com>
Tue, 8 Jan 2019 06:23:09 +0000 (01:23 -0500)
committercookie <cookie@samsung.com>
Tue, 8 Jan 2019 06:23:09 +0000 (01:23 -0500)
Change-Id: Iddbec866b4a148c11d5693c0aab36ccd4af1164b
Signed-off-by: cookie <cookie@samsung.com>
provider/browser-provider-socket.c

index d357f6c6ca5f6cbcb8b1a0566894955a5d21c245..4d98e8b65405a18d5c4ffe88ab7ab8a57b390924 100755 (executable)
@@ -239,7 +239,7 @@ int bp_ipc_read_blob(int fd, void *value, size_t type_size)
                return -1;
        }
        if (type_size == 0) {
-               TRACE_ERROR("[ERROR] check size:%d sock:%d", type_size, fd);
+               TRACE_ERROR("[ERROR] check size sock:%d", fd);
                return -1;
        }
        remain_size = type_size;