mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-19 09:47:27 +10:00
[유치수] [NOBTS] transaction detail view bug fix, cause . SpanAlign.spanBo
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-web/trunk@1116 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -104,7 +104,7 @@ public class SpanServiceTest {
|
||||
|
||||
List<SpanAlign> sort = spanService.selectSpan(uuid.toString());
|
||||
for (SpanAlign spanAlign : sort) {
|
||||
logger.info("depth:{} {}", spanAlign.getDepth(), spanAlign.getSpan());
|
||||
logger.info("depth:{} {}", spanAlign.getDepth(), spanAlign.getSpanBo());
|
||||
}
|
||||
// reorder(spans);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user