Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
fix: update from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 15, 2023
1 parent a616125 commit 63be6b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cloud/nrf_cloud_integration.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@ static void nrf_cloud_event_handler(const struct nrf_cloud_evt *evt)
case NRF_CLOUD_EVT_TRANSPORT_CONNECTED:
LOG_DBG("NRF_CLOUD_EVT_TRANSPORT_CONNECTED");
break;
case NRF_CLOUD_EVT_TRANSPORT_CONNECT_ERROR:
LOG_ERR("NRF_CLOUD_EVT_TRANSPORT_CONNECT_ERROR: %d", evt->status);
break;
case NRF_CLOUD_EVT_READY:
LOG_DBG("NRF_CLOUD_EVT_READY");
cloud_wrap_evt.type = CLOUD_WRAP_EVT_CONNECTED;
Expand Down

0 comments on commit 63be6b3

Please sign in to comment.