Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Morton <[email protected]>
  • Loading branch information
plskeggs and jayteemo authored Sep 26, 2024
1 parent b233586 commit ea6c8ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions subsys/net/lib/nrf_cloud/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ config NRF_CLOUD_PRINT_DETAILS

config NRF_CLOUD_VERBOSE_DETAILS
bool "Log more info about cloud connection"
depends on NRF_CLOUD_PRINT_DETAILS
default y if NRF_CLOUD_PRINT_DETAILS
help
Log at INF level the stage, protocol, sec tag, host name, and team ID,
Expand Down
2 changes: 1 addition & 1 deletion subsys/net/lib/nrf_cloud/src/nrf_cloud_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ int nrf_cloud_print_details(void)
int nrf_cloud_print_cloud_details(void)
{
int err = 0;
#if defined(CONFIG_NRF_CLOUD_PRINT_DETAILS) && defined(CONFIG_NRF_CLOUD_VERBOSE_DETAILS)
#if defined(CONFIG_NRF_CLOUD_VERBOSE_DETAILS)

#if defined(CONFIG_NRF_CLOUD_MQTT)
char tenant[NRF_CLOUD_TENANT_ID_MAX_LEN];
Expand Down

0 comments on commit ea6c8ed

Please sign in to comment.