Fix dlog format: errno 89/194989/1 accepted/tizen/5.0/unified/20181217.064458 submit/tizen_5.0/20181210.055526 submit/tizen_5.0/20181211.001548
authorsaerome kim <saerome.kim@samsung.com>
Mon, 10 Dec 2018 05:39:11 +0000 (14:39 +0900)
committersaerome kim <saerome.kim@samsung.com>
Mon, 10 Dec 2018 05:45:54 +0000 (05:45 +0000)
Change-Id: I7ac9dc996e2a1bdb9d9cdf8bf170949da18ccccc
Signed-off-by: Taesoo Jun <steve.jun@samsung.com>
(cherry picked from commit da639f8363555d28918087d343b1c4c17298d40c)

src/zbl-dbus.c

index 13cf25b8ac92f4f285dbbce5d89fac706e93334c..250fcd6bcc41d048e76ab8567d51435084338ba1 100644 (file)
@@ -2858,7 +2858,7 @@ static void __zbl_zcl_global_read_config_reporting_req(zbl_req_cb_s *container,
        status = calloc(record_length, sizeof(unsigned char));
        data_size = calloc(record_length, sizeof(unsigned char));
        if (!status || !data_size) {
-               ERR("Couldn't allocate the memory (%0x02X)", errno);
+               ERR("Couldn't allocate the memory (%s)", strerror(errno));
                goto GLOBAL_READ_CONFIGURE_REPORTING_REQ_OUT;
        }