{
GSList *co_list;
- dbg("Table Entry - HAL: [0x%x]", tbl_entry->hal);
+ msg("------> Table Entry - HAL: [0x%x]", tbl_entry->hal);
co_list = tbl_entry->object_type;
if (co_list == NULL) {
return;
}
- dbg("Modem Plug-in [%s] Modem Interface Plug-in: [%s]",
+ msg("Modem Plug-in: [%s] Modem Interface Plug-in: [%s]",
tcore_plugin_ref_plugin_name(modem->modem_plugin),
tcore_plugin_ref_plugin_name(modem->modem_iface_plugin));
- dbg("CP Name: [%s]", modem->cp_name);
+ msg("CP Name: [%s]", modem->cp_name);
tcore_object_print_mapping_tbl(modem->mapping_tbl);
}