Browse Source

update log

lixioayao 5 years ago
parent
commit
9ba05768ed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      module_service/module_meta_date_changed.cpp

+ 1 - 1
module_service/module_meta_date_changed.cpp

@@ -371,7 +371,7 @@ void module_meta_date_changed::remove_card(std::shared_ptr<card_location_base> c
     {
         return;
     }
-    log_info("基础数据, 在全局列表中删除卡成功, id=%d, type=%d",card_ptr->m_type, card_ptr->m_id);
+    log_info("基础数据, 在全局列表中删除卡成功, type=%d, id=%d",card_ptr->m_type, card_ptr->m_id);
     //    auto area_hover_ptr = card_ptr->get_area_hover();
     //    if(area_hover_ptr && 0!=area_hover_ptr->id() && 0!=area_hover_ptr->mapid())
     //    {