Browse Source

log for bug

lixioayao 6 years ago
parent
commit
3d164e17fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      net-service.cpp

+ 1 - 1
net-service.cpp

@@ -72,7 +72,7 @@ void net_service::on_message(std::shared_ptr<client> clt,const char*data,size_t
 
 					if(!site_ptr->check_timestamp(data+10))
 					{
-						logn_error(1,"分站数据时间戳错误:%s,sid=%d,tm=%s,sct=%d",clt->name().c_str());
+						logn_error(1,"分站数据时间戳错误:%s",clt->name().c_str());
 						break;
 					}