mirror of https://github.com/apache/druid.git
another log fix
This commit is contained in:
parent
6fa1dfe68f
commit
93afc26d92
|
@ -208,7 +208,7 @@ public class LoadQueuePeon
|
|||
}
|
||||
}
|
||||
|
||||
log.info("Asking server peon[%s] to drop segment[%s]", basePath, segment);
|
||||
log.info("Asking server peon[%s] to drop segment[%s]", basePath, segment.getIdentifier());
|
||||
segmentsToDrop.add(holder);
|
||||
doNext();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue