@@ -179,6 +179,7 @@ int card_location_base::get_stat()
//盲区>呼救>呼叫>超时>超速>正常
uint64_t now = time(0)*1000;
uint64_t tlost=now>m_time?now-m_time:m_time-now;
+ log_info("card_lost:%03d%010d,[%lu-%lu]tlost:%lu---%s",m_type,m_id,now,m_time,tlost,tlost>CARD_LOST_TIME_OUT?"True":"False");
if(tlost>CARD_LOST_TIME_OUT)
{
return STATUS_LOST;