提交 d9b3ab84 编写于 作者: 于玉桔 提交者: wu-sheng

fix a typo (#3744)

上级 0ccce192
......@@ -361,7 +361,7 @@ public class K8sALSServiceMeshHTTPAnalysis implements ALSHTTPAnalysis {
if (map.containsKey(ip)) {
return map.get(ip);
}
logger.debug("Unknown ip {}, ip -> service is {}", map);
logger.debug("Unknown ip {}, ip -> service is {}", ip, map);
return ServiceMetaInfo.UNKNOWN;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册