Showing
1 changed file
with
1 additions
and
0 deletions
@@ -40,6 +40,7 @@ public class HostInfoServiceImpl implements IHostInfoService { | @@ -40,6 +40,7 @@ public class HostInfoServiceImpl implements IHostInfoService { | ||
40 | 40 | ||
41 | @Override | 41 | @Override |
42 | public String getHostInfoJson(String sourceIp ,String content){ | 42 | public String getHostInfoJson(String sourceIp ,String content){ |
43 | + logger.debug("begin getHostInfoJson"); | ||
43 | String backJson=""; | 44 | String backJson=""; |
44 | if(StringUtils.isNotBlank(content)&&sourceIp.startsWith("172")){ | 45 | if(StringUtils.isNotBlank(content)&&sourceIp.startsWith("172")){ |
45 | JSONObject jo=JSON.parseObject(content); | 46 | JSONObject jo=JSON.parseObject(content); |
-
Please register or login to post a comment