Fixed a typo

This commit is contained in:
Marcin Grzejszczak
2016-06-07 14:11:56 +02:00
parent 8856854002
commit 23d9b23cec

View File

@@ -114,7 +114,7 @@ public class DefaultTracer implements Tracer {
final Span savedSpan = span.getSavedSpan();
if (!span.equals(cur)) {
ExceptionUtils.warn(
"Tried to close span but " + "it is not the current span: " + span
"Tried to close span but it is not the current span: " + span
+ ". You may have forgotten to close or detach " + cur);
}
else {