summaryrefslogtreecommitdiff
path: root/src/st_thing_resource.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/st_thing_resource.c')
-rw-r--r--src/st_thing_resource.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/st_thing_resource.c b/src/st_thing_resource.c
index 6dcb842..1f4f441 100644
--- a/src/st_thing_resource.c
+++ b/src/st_thing_resource.c
@@ -289,11 +289,10 @@ _request_cb(smartthings_resource_h handle, int req_id,
}
static void
-_resource_connection_status_cb(smartthings_resource_error_e error,
- smartthings_resource_h handle,
+_resource_connection_status_cb(smartthings_resource_h handle,
smartthings_resource_connection_status_e status, void *user_data)
{
- _D("result [%s], status=[%d]", __resource_error_to_str(error), status);
+ _D("status=[%d]", status);
g_conn_status = status;