Updating logging for tcore_server_print_modem.
authorSuresh Kumar Narasimhaiah <suresh.n@samsung.com>
Fri, 15 Mar 2013 17:25:32 +0000 (22:55 +0530)
committerwootak.jung <wootak.jung@samsung.com>
Sun, 24 Mar 2013 09:03:13 +0000 (18:03 +0900)
src/core_object.c
src/server.c

index 15eda49285c90516e77c5edd2853ac4f57bd9225..1e49afcfc00370f69ad2d143cf6d0fc333c46407 100644 (file)
@@ -104,7 +104,7 @@ static void _util_print_mapping_tbl_entry(object_mapping_table_t *tbl_entry)
 {
        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) {
index 4e339c1b7d44c248d30960a342416a594d2e4fcf..9690c4a5465a812bba8c8b3909d7c85ea5f1b44b 100644 (file)
@@ -904,10 +904,10 @@ void tcore_server_print_modems(TcorePlugin *plugin)
                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);
 }