another log fix

This commit is contained in:
fjy 2014-07-31 15:36:01 -07:00
parent 6fa1dfe68f
commit 93afc26d92
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}