|
@@ -68,9 +68,10 @@ void net_service::on_message(const std::shared_ptr<client> &clt,const char*data,
|
|
|
auto site_ptr = sit_list::instance()->get(static_cast<int32_t>(site_id));
|
|
|
if(!site_ptr)
|
|
|
{
|
|
|
- logn_error(1,"在全局分站列表中找不到分站:%s,%d", site_id);
|
|
|
+ logn_error(1,"在全局分站列表中找不到分站:%s,%d", clt->name().c_str(), site_id);
|
|
|
break;
|
|
|
}
|
|
|
+
|
|
|
if(site_ptr->is_abnormal_site())
|
|
|
{
|
|
|
logn_error(1,"分站[%d]天线异常", site_id);
|