[강운덕] [LUCYSUS-1744] destination 에 대한 수정시 SubSpanList에 대한 변경이 누락되어 추가함.

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@1266 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Woonduk Kang
2013-02-28 06:28:37 +00:00
parent cb9bc2aa30
commit c468844a19
2 changed files with 6 additions and 6 deletions
@@ -71,7 +71,7 @@ public class TimeBaseStorage implements Storage {
}
}
if (flushData != null) {
dataSender.send(new SubSpanList(flushData));
dataSender.send(new SpanChunk(flushData));
}
}
}