Skip to content

Commit df0da4e

Browse files
author
maji2014
committed
delete redundant time suffix
1 parent bf1a6aa commit df0da4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/storage/ShuffleBlockFetcherIterator.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ final class ShuffleBlockFetcherIterator(
265265

266266
// Get Local Blocks
267267
fetchLocalBlocks()
268-
logDebug("Got local blocks in " + Utils.getUsedTimeMs(startTime) + " ms")
268+
logDebug("Got local blocks in " + Utils.getUsedTimeMs(startTime))
269269
}
270270

271271
override def hasNext: Boolean = numBlocksProcessed < numBlocksToFetch

0 commit comments

Comments
 (0)