Skip to content

Commit

Permalink
Make commissionable node error more verbose (project-chip#7337)
Browse files Browse the repository at this point in the history
* Make commissionable node error more verbose

* Update src/controller/CHIPDeviceController.cpp

Co-authored-by: Justin Wood <[email protected]>
  • Loading branch information
2 people authored and Nikita committed Sep 23, 2021
1 parent 870e224 commit f4ac1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/CHIPDeviceController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ void DeviceController::OnCommissionableNodeFound(const chip::Mdns::Commissionabl
return;
}
}
ChipLogError(Discovery, "Failed to add discovered commisisonable node - Insufficient space");
ChipLogError(Discovery, "Failed to add discovered commissionable node with hostname %s- Insufficient space", nodeData.hostName);
}

#endif // CHIP_DEVICE_CONFIG_ENABLE_MDNS
Expand Down

0 comments on commit f4ac1f3

Please sign in to comment.