Authored by qinchao

添加日志

@@ -74,7 +74,7 @@ public class HostInfoServiceImpl implements IHostInfoService { @@ -74,7 +74,7 @@ public class HostInfoServiceImpl implements IHostInfoService {
74 } 74 }
75 backJson=JSON.toJSONString(hostInfos); 75 backJson=JSON.toJSONString(hostInfos);
76 }else{ 76 }else{
77 - backJson="bad request param!"; 77 + backJson="bad request param ! please check content:"+content+" sourceIP "+sourceIp;
78 } 78 }
79 return backJson; 79 return backJson;
80 } 80 }