Skip to content

Commit

Permalink
regist request log
Browse files Browse the repository at this point in the history
  • Loading branch information
bill23-kim committed Sep 15, 2015
1 parent 78c6eae commit 449d064
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scouter.server/src/scouter/server/netio/AgentCall.scala
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ object AgentCall {
return ;
val tcpAgent = TcpAgentManager.get(o.objHash);
if (tcpAgent != null) {
try {
try {
RequestLogger.getInstance().registerCmd(cmd);
tcpAgent.write(cmd, if (param != null) param else new MapPack())
tcpAgent.read(handler)
} finally {
Expand Down

0 comments on commit 449d064

Please sign in to comment.