diff --git a/src/core/cntlr_map_debug.c b/src/core/cntlr_map_debug.c index 5bf5ad11e5a3285f8ac10b3a9652c50b1c4dfcdf..632b41e369fda31dfcf921c8c387de09f2e540a0 100644 --- a/src/core/cntlr_map_debug.c +++ b/src/core/cntlr_map_debug.c @@ -198,6 +198,7 @@ int debug_ap_caps_report(void *cntlr, struct cmdu_cstruct *cmdu) (struct tlv_cac_cap *)tlv; int j; + trace("\tcountry_code: %c%c\n", p->country_code[0], p->country_code[1]); trace("\tnbr_radios: %d\n", p->nbr_radios); for (j = 0; j < p->nbr_radios; j++) { int k;