wiphy: Print wiphy id

This commit is contained in:
Denis Kenzior 2016-06-24 23:31:02 -05:00
parent ed18ab4fc0
commit 1500756144
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ static void wiphy_free(void *data)
{
struct wiphy *wiphy = data;
l_debug("Freeing wiphy %s", wiphy->name);
l_debug("Freeing wiphy %s[%u]", wiphy->name, wiphy->id);
scan_freq_set_free(wiphy->supported_freqs);
l_free(wiphy);