mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-16 08:16:15 +10:00
[유치수] [NOBTS] transaction info의 서버맵에서 클라이언트의 아이콘이 잘못 나오는 문제 해결.
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-web/trunk@1938 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -160,7 +160,7 @@ public class ServerCallTree {
|
||||
// add client to servers
|
||||
for (Entry<String, ClientStatistics> entry : clientRequests.entrySet()) {
|
||||
ClientStatistics client = entry.getValue();
|
||||
Server server = new Server(client.getId(), client.getTo(), null, ServiceType.findServiceType(client.getToServiceType()));
|
||||
Server server = new Server(client.getId(), client.getTo(), null, ServiceType.USER);
|
||||
servers.put(server.getId(), server);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user