Browse Source

--------------

zzj 6 years ago
parent
commit
ffa8ad847e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ant.h

+ 1 - 1
ant.h

@@ -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)