From c03a84da03f399a6bf4f07352d113fcca14545ad Mon Sep 17 00:00:00 2001 From: Haesik Jun Date: Thu, 3 Jan 2019 14:05:38 +0900 Subject: [PATCH] IOTJS_Release_190103_9c1af99 Change-Id: I3d6e5aa31fb2237e709764ee732190fe0db8940d Signed-off-by: Haesik Jun --- appveyor.yml | 4 +--- src/iotjs_def.h | 2 +- src/modules/tizen/iotjs_module_uart-tizen.c | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 930f787..ae19eca 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,4 @@ -version: 1.0.{build} -pull_requests: - do_not_increment_build_number: true +version: "{build}" branches: except: - coverity_scan diff --git a/src/iotjs_def.h b/src/iotjs_def.h index 3a5417c..62b9f24 100644 --- a/src/iotjs_def.h +++ b/src/iotjs_def.h @@ -76,7 +76,7 @@ extern void force_terminate(); #define TARGET_OS "unknown" #endif /* __linux__ */ -#define IOTJS_VERSION "1.0.0" "181221_630f029" +#define IOTJS_VERSION "1.0.0" "190103_9c1af99" #if !defined(STRINGIFY) #define STRINGIFY(x) #x diff --git a/src/modules/tizen/iotjs_module_uart-tizen.c b/src/modules/tizen/iotjs_module_uart-tizen.c index 79b433a..2217180 100644 --- a/src/modules/tizen/iotjs_module_uart-tizen.c +++ b/src/modules/tizen/iotjs_module_uart-tizen.c @@ -174,7 +174,7 @@ void iotjs_uart_handle_close_cb(uv_handle_t* uart_poll_handle) { if (peripheral_uart_close(uart->platform_data->uart_h) != PERIPHERAL_ERROR_NONE) { - DLOG(iotjs_periph_error_str(kUartOpClose)); + DLOG("%s: error(%s) ", __func__, iotjs_periph_error_str(kUartOpClose)); IOTJS_ASSERT(0); } -- 2.34.1