summaryrefslogtreecommitdiff
path: root/src/st_thing_master.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/st_thing_master.c')
-rw-r--r--src/st_thing_master.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/st_thing_master.c b/src/st_thing_master.c
index edb1fe4..6f69844 100644
--- a/src/st_thing_master.c
+++ b/src/st_thing_master.c
@@ -133,11 +133,10 @@ static const char *__master_error_to_str(smartthings_error_e error)
}
static void
-_things_connection_status_cb(smartthings_error_e error,
- smartthings_h handle, smartthings_connection_status_e status,
+_things_connection_status_cb(smartthings_h handle, smartthings_connection_status_e status,
void *user_data)
{
- _D("result [%s], status = [%d]", __master_error_to_str(error), status);
+ _D("status = [%d]", status);
if (status == SMARTTHINGS_CONNECTION_STATUS_CONNECTED) {
int err = 0;