|
@@ -173,7 +173,7 @@ struct site:point,std::enable_shared_from_this<site>
|
|
|
stm<<"("<<i<<":"<<m_timeoff_count[i]<<"),";
|
|
|
}
|
|
|
|
|
|
- log_info("site-time-stat:%s",stm.str().c_str());
|
|
|
+ log_info("site-time-stat:site_id=%d,%s",m_id,stm.str().c_str());
|
|
|
}
|
|
|
|
|
|
if(memcmp(m_timestamp,buf,6)<=0)
|