[Internal: merge private->RSA , Patch create momanager.db]
[platform/core/system/sync-agent.git] / src / framework / initialization / parser.c
index d2e6d30..2316c43 100755 (executable)
@@ -860,7 +860,7 @@ static sync_agent_init_error_e __process_device_manage(xmlNode * device_manage_n
         */
        char *mo_db_path_str = __get_child_node_content(device_manage_node, "MO-DB-Path");
 
-//      mo_err = dm_mo_open("/opt/dbspace/.momanager.db");
+//      mo_err = dm_mo_open("/opt/usr/dbspace/.momanager.db");
        mo_err = dm_mo_open(mo_db_path_str);
        if (mo_err != SYNC_AGENT_DM_MO_SUCCESS) {
                _DEBUG_ERROR("Failed to dm_mo_open() : %d", mo_err);
@@ -886,7 +886,7 @@ static sync_agent_init_error_e __process_device_manage(xmlNode * device_manage_n
                        if (func_point_set_func_get_device_info != 0) {
                                func_point_set_func_get_device_info(sync_agent_get_devinfo);
                        } else {
-                               _DEBUG_ERROR("func_point_set_func_get_device_info is NULL!!");
+                               _DEBUG_ERROR("func_point_set_func_get_device_info is NULL!! mo_plugIn_id_list[%d] is %d", i, mo_plugIn_id_list[i]);
                        }
                }